Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Side by Side Diff: ui/gl/gl_enums_implementation_autogen.h

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase, add bogus spec text Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 { 804 {
805 0x9283, "GL_DISJOINT_NV", 805 0x9283, "GL_DISJOINT_NV",
806 }, 806 },
807 { 807 {
808 0x8221, "GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED", 808 0x8221, "GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED",
809 }, 809 },
810 { 810 {
811 0x8227, "GL_RG_EXT", 811 0x8227, "GL_RG_EXT",
812 }, 812 },
813 { 813 {
814 0x9332, "GL_COVERAGE_MODULATION_CHROMIUM",
815 },
816 {
814 0x8B66, "GL_FLOAT_MAT2x4_NV", 817 0x8B66, "GL_FLOAT_MAT2x4_NV",
815 }, 818 },
816 { 819 {
817 0x8B67, "GL_FLOAT_MAT3x2_NV", 820 0x8B67, "GL_FLOAT_MAT3x2_NV",
818 }, 821 },
819 { 822 {
820 0x8E1E, "GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT", 823 0x8E1E, "GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT",
821 }, 824 },
822 { 825 {
823 0x8B62, "GL_SAMPLER_2D_SHADOW_EXT", 826 0x8B62, "GL_SAMPLER_2D_SHADOW_EXT",
(...skipping 2622 matching lines...) Expand 10 before | Expand all | Expand 10 after
3446 }, 3449 },
3447 { 3450 {
3448 0x8BC6, "GL_PERFMON_RESULT_AMD", 3451 0x8BC6, "GL_PERFMON_RESULT_AMD",
3449 }, 3452 },
3450 }; 3453 };
3451 3454
3452 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = 3455 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ =
3453 enum_to_string_table; 3456 enum_to_string_table;
3454 const size_t GLEnums::enum_to_string_table_len_ = 3457 const size_t GLEnums::enum_to_string_table_len_ =
3455 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); 3458 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698