| 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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 { | 648 { |
| 649 0x78FA, "GL_RGB_YCRCB_420_CHROMIUM", | 649 0x78FA, "GL_RGB_YCRCB_420_CHROMIUM", |
| 650 }, | 650 }, |
| 651 { | 651 { |
| 652 0x78FB, "GL_RGB_YCBCR_422_CHROMIUM", | 652 0x78FB, "GL_RGB_YCBCR_422_CHROMIUM", |
| 653 }, | 653 }, |
| 654 { | 654 { |
| 655 0x78FC, "GL_RGB_YCBCR_420V_CHROMIUM", | 655 0x78FC, "GL_RGB_YCBCR_420V_CHROMIUM", |
| 656 }, | 656 }, |
| 657 { | 657 { |
| 658 0x78FD, "GL_GPU_MEMORY_BUFFER_ID", | |
| 659 }, | |
| 660 { | |
| 661 0x8, "GL_CA_LAYER_EDGE_TOP_CHROMIUM", | 658 0x8, "GL_CA_LAYER_EDGE_TOP_CHROMIUM", |
| 662 }, | 659 }, |
| 663 { | 660 { |
| 664 0x80000000, "GL_MULTISAMPLE_BUFFER_BIT7_QCOM", | 661 0x80000000, "GL_MULTISAMPLE_BUFFER_BIT7_QCOM", |
| 665 }, | 662 }, |
| 666 { | 663 { |
| 667 0x8001, "GL_CONSTANT_COLOR", | 664 0x8001, "GL_CONSTANT_COLOR", |
| 668 }, | 665 }, |
| 669 { | 666 { |
| 670 0x8002, "GL_ONE_MINUS_CONSTANT_COLOR", | 667 0x8002, "GL_ONE_MINUS_CONSTANT_COLOR", |
| (...skipping 4339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5010 | 5007 |
| 5011 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { | 5008 std::string GLES2Util::GetStringVertexPointer(uint32_t value) { |
| 5012 static const EnumToString string_table[] = { | 5009 static const EnumToString string_table[] = { |
| 5013 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, | 5010 {GL_VERTEX_ATTRIB_ARRAY_POINTER, "GL_VERTEX_ATTRIB_ARRAY_POINTER"}, |
| 5014 }; | 5011 }; |
| 5015 return GLES2Util::GetQualifiedEnumString(string_table, | 5012 return GLES2Util::GetQualifiedEnumString(string_table, |
| 5016 arraysize(string_table), value); | 5013 arraysize(string_table), value); |
| 5017 } | 5014 } |
| 5018 | 5015 |
| 5019 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ | 5016 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |