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

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

Issue 1331843005: Implemented new fence syncs which replaces the old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted mojo readme, changed wait() to take a pointer Created 5 years, 2 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
« no previous file with comments | « third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2836 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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]);
OLDNEW
« no previous file with comments | « third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698