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

Side by Side Diff: gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h

Issue 267683008: ChromeOS only version of r261563 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | ui/gl/gl_bindings.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 (c) 2014 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 // gpu/command_buffer/build_gles2_cmd_buffer.py 6 // gpu/command_buffer/build_gles2_cmd_buffer.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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 GL_SHADER_BINARY_FORMATS, 109 GL_SHADER_BINARY_FORMATS,
110 GL_SHADER_COMPILER, 110 GL_SHADER_COMPILER,
111 GL_SUBPIXEL_BITS, 111 GL_SUBPIXEL_BITS,
112 GL_STENCIL_BITS, 112 GL_STENCIL_BITS,
113 GL_TEXTURE_BINDING_2D, 113 GL_TEXTURE_BINDING_2D,
114 GL_TEXTURE_BINDING_CUBE_MAP, 114 GL_TEXTURE_BINDING_CUBE_MAP,
115 GL_UNPACK_ALIGNMENT, 115 GL_UNPACK_ALIGNMENT,
116 GL_UNPACK_FLIP_Y_CHROMIUM, 116 GL_UNPACK_FLIP_Y_CHROMIUM,
117 GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM, 117 GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM,
118 GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, 118 GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM,
119 #if defined(OS_CHROMEOS)
120 GL_BIND_GENERATES_RESOURCE_CHROMIUM,
121 #endif
119 GL_VERTEX_ARRAY_BINDING_OES, 122 GL_VERTEX_ARRAY_BINDING_OES,
120 GL_VIEWPORT, 123 GL_VIEWPORT,
121 GL_BLEND_COLOR, 124 GL_BLEND_COLOR,
122 GL_BLEND_EQUATION_RGB, 125 GL_BLEND_EQUATION_RGB,
123 GL_BLEND_EQUATION_ALPHA, 126 GL_BLEND_EQUATION_ALPHA,
124 GL_BLEND_SRC_RGB, 127 GL_BLEND_SRC_RGB,
125 GL_BLEND_DST_RGB, 128 GL_BLEND_DST_RGB,
126 GL_BLEND_SRC_ALPHA, 129 GL_BLEND_SRC_ALPHA,
127 GL_BLEND_DST_ALPHA, 130 GL_BLEND_DST_ALPHA,
128 GL_COLOR_CLEAR_VALUE, 131 GL_COLOR_CLEAR_VALUE,
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 arraysize(valid_vertex_attrib_size_table)), 426 arraysize(valid_vertex_attrib_size_table)),
424 vertex_attrib_type(valid_vertex_attrib_type_table, 427 vertex_attrib_type(valid_vertex_attrib_type_table,
425 arraysize(valid_vertex_attrib_type_table)), 428 arraysize(valid_vertex_attrib_type_table)),
426 vertex_attribute(valid_vertex_attribute_table, 429 vertex_attribute(valid_vertex_attribute_table,
427 arraysize(valid_vertex_attribute_table)), 430 arraysize(valid_vertex_attribute_table)),
428 vertex_pointer(valid_vertex_pointer_table, 431 vertex_pointer(valid_vertex_pointer_table,
429 arraysize(valid_vertex_pointer_table)), 432 arraysize(valid_vertex_pointer_table)),
430 zero_only(valid_zero_only_table, arraysize(valid_zero_only_table)) {} 433 zero_only(valid_zero_only_table, arraysize(valid_zero_only_table)) {}
431 434
432 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_ 435 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698