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

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

Issue 1925663002: command_buffer: Defer restoring of FBO bindings when changing virtual contexts Base URL: https://chromium.googlesource.com/chromium/src.git@lazy-bindframebuffer-03-copy-texture-chromium-instantiation
Patch Set: rework Created 4 years, 7 months 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 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 { 2994 {
2995 0x9248, "GL_OVERLAY_TRANSFORM_ROTATE_90_CHROMIUM", 2995 0x9248, "GL_OVERLAY_TRANSFORM_ROTATE_90_CHROMIUM",
2996 }, 2996 },
2997 { 2997 {
2998 0x9249, "GL_OVERLAY_TRANSFORM_ROTATE_180_CHROMIUM", 2998 0x9249, "GL_OVERLAY_TRANSFORM_ROTATE_180_CHROMIUM",
2999 }, 2999 },
3000 { 3000 {
3001 0x924A, "GL_OVERLAY_TRANSFORM_ROTATE_270_CHROMIUM", 3001 0x924A, "GL_OVERLAY_TRANSFORM_ROTATE_270_CHROMIUM",
3002 }, 3002 },
3003 { 3003 {
3004 0x924B, "GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM",
3005 },
3006 {
3007 0x924C, "GL_MOUSE_POSITION_CHROMIUM",
3008 },
3009 {
3010 0x9250, "GL_SHADER_BINARY_DMP", 3004 0x9250, "GL_SHADER_BINARY_DMP",
3011 }, 3005 },
3012 { 3006 {
3013 0x9251, "GL_SMAPHS30_PROGRAM_BINARY_DMP", 3007 0x9251, "GL_SMAPHS30_PROGRAM_BINARY_DMP",
3014 }, 3008 },
3015 { 3009 {
3016 0x9252, "GL_SMAPHS_PROGRAM_BINARY_DMP", 3010 0x9252, "GL_SMAPHS_PROGRAM_BINARY_DMP",
3017 }, 3011 },
3018 { 3012 {
3019 0x9253, "GL_DMP_PROGRAM_BINARY_DMP", 3013 0x9253, "GL_DMP_PROGRAM_BINARY_DMP",
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
3461 }, 3455 },
3462 { 3456 {
3463 64, "GL_MAILBOX_SIZE_CHROMIUM", 3457 64, "GL_MAILBOX_SIZE_CHROMIUM",
3464 }, 3458 },
3465 }; 3459 };
3466 3460
3467 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ = 3461 const GLEnums::EnumToString* const GLEnums::enum_to_string_table_ =
3468 enum_to_string_table; 3462 enum_to_string_table;
3469 const size_t GLEnums::enum_to_string_table_len_ = 3463 const size_t GLEnums::enum_to_string_table_len_ =
3470 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]); 3464 sizeof(enum_to_string_table) / sizeof(enum_to_string_table[0]);
OLDNEW
« gpu/config/gpu_driver_bug_list_json.cc ('K') | « mojo/gpu/mojo_gles2_impl_autogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698