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 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1020 { | 1020 { |
1021 0x80AB, "GL_SAMPLE_COVERAGE_INVERT", | 1021 0x80AB, "GL_SAMPLE_COVERAGE_INVERT", |
1022 }, | 1022 }, |
1023 { | 1023 { |
1024 0x8A3D, "GL_UNIFORM_MATRIX_STRIDE", | 1024 0x8A3D, "GL_UNIFORM_MATRIX_STRIDE", |
1025 }, | 1025 }, |
1026 { | 1026 { |
1027 0x8E7D, "GL_MAX_PATCH_VERTICES_EXT", | 1027 0x8E7D, "GL_MAX_PATCH_VERTICES_EXT", |
1028 }, | 1028 }, |
1029 { | 1029 { |
1030 0x6005, "GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM", | |
1031 }, | |
1032 { | |
1033 0x9105, "GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES", | 1030 0x9105, "GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES", |
1034 }, | 1031 }, |
1035 { | 1032 { |
1036 0x8E7E, "GL_MAX_TESS_GEN_LEVEL_EXT", | 1033 0x8E7E, "GL_MAX_TESS_GEN_LEVEL_EXT", |
1037 }, | 1034 }, |
1038 { | 1035 { |
1039 0x9102, "GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES", | 1036 0x9102, "GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES", |
1040 }, | 1037 }, |
1041 { | 1038 { |
1042 0x8C40, "GL_SRGB_EXT", | 1039 0x8C40, "GL_SRGB_EXT", |
(...skipping 2352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3395 }, | 3392 }, |
3396 { | 3393 { |
3397 0x8BC6, "GL_PERFMON_RESULT_AMD", | 3394 0x8BC6, "GL_PERFMON_RESULT_AMD", |
3398 }, | 3395 }, |
3399 }; | 3396 }; |
3400 | 3397 |
3401 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = | 3398 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = |
3402 enum_to_string_table; | 3399 enum_to_string_table; |
3403 const size_t GLEnums::enum_to_string_table_len_ = | 3400 const size_t GLEnums::enum_to_string_table_len_ = |
3404 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); | 3401 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); |
OLD | NEW |