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

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

Issue 15792007: gpu: Autogenerate glHint state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch-case instead of if-series. Created 7 years, 6 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_unittest_0_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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // DO NOT EDIT! 7 // DO NOT EDIT!
8 8
9 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGEN_H _ // NOLINT 9 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGEN_H _ // NOLINT
10 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGEN_H _ // NOLINT 10 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGEN_H _ // NOLINT
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 GL_BLEND_DST_ALPHA, 183 GL_BLEND_DST_ALPHA,
184 GL_COLOR_CLEAR_VALUE, 184 GL_COLOR_CLEAR_VALUE,
185 GL_DEPTH_CLEAR_VALUE, 185 GL_DEPTH_CLEAR_VALUE,
186 GL_STENCIL_CLEAR_VALUE, 186 GL_STENCIL_CLEAR_VALUE,
187 GL_COLOR_WRITEMASK, 187 GL_COLOR_WRITEMASK,
188 GL_CULL_FACE_MODE, 188 GL_CULL_FACE_MODE,
189 GL_DEPTH_FUNC, 189 GL_DEPTH_FUNC,
190 GL_DEPTH_WRITEMASK, 190 GL_DEPTH_WRITEMASK,
191 GL_DEPTH_RANGE, 191 GL_DEPTH_RANGE,
192 GL_FRONT_FACE, 192 GL_FRONT_FACE,
193 GL_GENERATE_MIPMAP_HINT,
193 GL_LINE_WIDTH, 194 GL_LINE_WIDTH,
194 GL_POLYGON_OFFSET_FACTOR, 195 GL_POLYGON_OFFSET_FACTOR,
195 GL_POLYGON_OFFSET_UNITS, 196 GL_POLYGON_OFFSET_UNITS,
196 GL_SAMPLE_COVERAGE_VALUE, 197 GL_SAMPLE_COVERAGE_VALUE,
197 GL_SAMPLE_COVERAGE_INVERT, 198 GL_SAMPLE_COVERAGE_INVERT,
198 GL_SCISSOR_BOX, 199 GL_SCISSOR_BOX,
199 GL_STENCIL_FUNC, 200 GL_STENCIL_FUNC,
200 GL_STENCIL_REF, 201 GL_STENCIL_REF,
201 GL_STENCIL_VALUE_MASK, 202 GL_STENCIL_VALUE_MASK,
202 GL_STENCIL_BACK_FUNC, 203 GL_STENCIL_BACK_FUNC,
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 valid_vertex_attribute_table, arraysize( 663 valid_vertex_attribute_table, arraysize(
663 valid_vertex_attribute_table)), 664 valid_vertex_attribute_table)),
664 vertex_pointer( 665 vertex_pointer(
665 valid_vertex_pointer_table, arraysize(valid_vertex_pointer_table)), 666 valid_vertex_pointer_table, arraysize(valid_vertex_pointer_table)),
666 zero_only( 667 zero_only(
667 valid_zero_only_table, arraysize(valid_zero_only_table)) { 668 valid_zero_only_table, arraysize(valid_zero_only_table)) {
668 } 669 }
669 670
670 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_ // NOLINT 671 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_IMPLEMENTATION_AUTOGE N_H_ // NOLINT
671 672
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698