| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file is auto-generated from | 5 // This file is auto-generated from |
| 6 // gpu/command_buffer/build_gles2_cmd_buffer.py | 6 // gpu/command_buffer/build_gles2_cmd_buffer.py |
| 7 // It's formatted by clang-format using chromium coding style: | 7 // It's formatted by clang-format using chromium coding style: |
| 8 // clang-format -i -style=chromium filename | 8 // clang-format -i -style=chromium filename |
| 9 // DO NOT EDIT! | 9 // DO NOT EDIT! |
| 10 | 10 |
| (...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 { | 777 { |
| 778 0x80C9, "GL_BLEND_SRC_RGB", | 778 0x80C9, "GL_BLEND_SRC_RGB", |
| 779 }, | 779 }, |
| 780 { | 780 { |
| 781 0x80CA, "GL_BLEND_DST_ALPHA", | 781 0x80CA, "GL_BLEND_DST_ALPHA", |
| 782 }, | 782 }, |
| 783 { | 783 { |
| 784 0x80CB, "GL_BLEND_SRC_ALPHA", | 784 0x80CB, "GL_BLEND_SRC_ALPHA", |
| 785 }, | 785 }, |
| 786 { | 786 { |
| 787 0x80E0, "GL_BGR", |
| 788 }, |
| 789 { |
| 787 0x80E1, "GL_BGRA_EXT", | 790 0x80E1, "GL_BGRA_EXT", |
| 788 }, | 791 }, |
| 789 { | 792 { |
| 790 0x80E8, "GL_MAX_ELEMENTS_VERTICES", | 793 0x80E8, "GL_MAX_ELEMENTS_VERTICES", |
| 791 }, | 794 }, |
| 792 { | 795 { |
| 793 0x80E9, "GL_MAX_ELEMENTS_INDICES", | 796 0x80E9, "GL_MAX_ELEMENTS_INDICES", |
| 794 }, | 797 }, |
| 795 { | 798 { |
| 796 0x812D, "GL_CLAMP_TO_BORDER_EXT", | 799 0x812D, "GL_CLAMP_TO_BORDER_EXT", |
| (...skipping 4086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4883 | 4886 |
| 4884 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { | 4887 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { |
| 4885 static const EnumToString string_table[] = { | 4888 static const EnumToString string_table[] = { |
| 4886 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, | 4889 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, |
| 4887 }; | 4890 }; |
| 4888 return GLES2Util::GetQualifiedEnumString(string_table, | 4891 return GLES2Util::GetQualifiedEnumString(string_table, |
| 4889 arraysize(string_table), value); | 4892 arraysize(string_table), value); |
| 4890 } | 4893 } |
| 4891 | 4894 |
| 4892 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ | 4895 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |