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

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

Issue 2472703003: Load the GL_KHR_debug entry points and log messages they produce. (Closed)
Patch Set: Update window system string Created 4 years, 1 month 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
« no previous file with comments | « ui/gl/gl_bindings_autogen_mock.cc ('k') | ui/gl/gl_mock_autogen_gl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 3433 matching lines...) Expand 10 before | Expand all | Expand 10 after
3444 { 3444 {
3445 0x9500, "GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL", 3445 0x9500, "GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL",
3446 }, 3446 },
3447 { 3447 {
3448 0xFFFFFFFF, "GL_ALL_SHADER_BITS_EXT", 3448 0xFFFFFFFF, "GL_ALL_SHADER_BITS_EXT",
3449 }, 3449 },
3450 { 3450 {
3451 1, "GL_ES_VERSION_2_0", 3451 1, "GL_ES_VERSION_2_0",
3452 }, 3452 },
3453 { 3453 {
3454 16, "GL_MAILBOX_SIZE_CHROMIUM",
3455 },
3456 {
3454 24, "GL_SYNC_TOKEN_SIZE_CHROMIUM", 3457 24, "GL_SYNC_TOKEN_SIZE_CHROMIUM",
3455 }, 3458 },
3456 {
3457 64, "GL_MAILBOX_SIZE_CHROMIUM",
3458 },
3459 }; 3459 };
3460 3460
3461 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = 3461 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ =
3462 enum_to_string_table; 3462 enum_to_string_table;
3463 const size_t GLEnums::enum_to_string_table_len_ = 3463 const size_t GLEnums::enum_to_string_table_len_ =
3464 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); 3464 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]);
OLDNEW
« no previous file with comments | « ui/gl/gl_bindings_autogen_mock.cc ('k') | ui/gl/gl_mock_autogen_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698