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 // ui/gl/generate_bindings.py | 6 // ui/gl/generate_bindings.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 2836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2847 { | 2847 { |
2848 0x0B45, "GL_CULL_FACE_MODE", | 2848 0x0B45, "GL_CULL_FACE_MODE", |
2849 }, | 2849 }, |
2850 { | 2850 { |
2851 0x8B92, "GL_PALETTE4_R5_G6_B5_OES", | 2851 0x8B92, "GL_PALETTE4_R5_G6_B5_OES", |
2852 }, | 2852 }, |
2853 { | 2853 { |
2854 0x00100000, "GL_STENCIL_BUFFER_BIT4_QCOM", | 2854 0x00100000, "GL_STENCIL_BUFFER_BIT4_QCOM", |
2855 }, | 2855 }, |
2856 { | 2856 { |
| 2857 24, "GL_SYNC_TOKEN_SIZE_CHROMIUM", |
| 2858 }, |
| 2859 { |
2857 0x8E4E, "GL_LAST_VERTEX_CONVENTION_EXT", | 2860 0x8E4E, "GL_LAST_VERTEX_CONVENTION_EXT", |
2858 }, | 2861 }, |
2859 { | 2862 { |
2860 0x8E4D, "GL_FIRST_VERTEX_CONVENTION_EXT", | 2863 0x8E4D, "GL_FIRST_VERTEX_CONVENTION_EXT", |
2861 }, | 2864 }, |
2862 { | 2865 { |
2863 0x8E24, "GL_TRANSFORM_FEEDBACK_ACTIVE", | 2866 0x8E24, "GL_TRANSFORM_FEEDBACK_ACTIVE", |
2864 }, | 2867 }, |
2865 { | 2868 { |
2866 0x8E45, "GL_TEXTURE_SWIZZLE_A", | 2869 0x8E45, "GL_TEXTURE_SWIZZLE_A", |
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3392 }, | 3395 }, |
3393 { | 3396 { |
3394 0x8BC6, "GL_PERFMON_RESULT_AMD", | 3397 0x8BC6, "GL_PERFMON_RESULT_AMD", |
3395 }, | 3398 }, |
3396 }; | 3399 }; |
3397 | 3400 |
3398 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = | 3401 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = |
3399 enum_to_string_table; | 3402 enum_to_string_table; |
3400 const size_t GLEnums::enum_to_string_table_len_ = | 3403 const size_t GLEnums::enum_to_string_table_len_ = |
3401 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); | 3404 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); |
OLD | NEW |