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

Side by Side Diff: gpu/command_buffer/service/context_state_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
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 // It is included by context_state.h 9 // It is included by context_state.h
10 #ifndef GPU_COMMAND_BUFFER_SERVICE_CONTEXT_STATE_AUTOGEN_H_ 10 #ifndef GPU_COMMAND_BUFFER_SERVICE_CONTEXT_STATE_AUTOGEN_H_
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 GLboolean color_mask_red; 42 GLboolean color_mask_red;
43 GLboolean color_mask_green; 43 GLboolean color_mask_green;
44 GLboolean color_mask_blue; 44 GLboolean color_mask_blue;
45 GLboolean color_mask_alpha; 45 GLboolean color_mask_alpha;
46 GLenum cull_mode; 46 GLenum cull_mode;
47 GLenum depth_func; 47 GLenum depth_func;
48 GLboolean depth_mask; 48 GLboolean depth_mask;
49 GLclampf z_near; 49 GLclampf z_near;
50 GLclampf z_far; 50 GLclampf z_far;
51 GLenum front_face; 51 GLenum front_face;
52 GLenum hint_generate_mipmap;
53 GLenum hint_fragment_shader_derivative;
52 GLfloat line_width; 54 GLfloat line_width;
53 GLfloat polygon_offset_factor; 55 GLfloat polygon_offset_factor;
54 GLfloat polygon_offset_units; 56 GLfloat polygon_offset_units;
55 GLclampf sample_coverage_value; 57 GLclampf sample_coverage_value;
56 GLboolean sample_coverage_invert; 58 GLboolean sample_coverage_invert;
57 GLint scissor_x; 59 GLint scissor_x;
58 GLint scissor_y; 60 GLint scissor_y;
59 GLsizei scissor_width; 61 GLsizei scissor_width;
60 GLsizei scissor_height; 62 GLsizei scissor_height;
61 GLenum stencil_front_func; 63 GLenum stencil_front_func;
(...skipping 10 matching lines...) Expand all
72 GLenum stencil_back_fail_op; 74 GLenum stencil_back_fail_op;
73 GLenum stencil_back_z_fail_op; 75 GLenum stencil_back_z_fail_op;
74 GLenum stencil_back_z_pass_op; 76 GLenum stencil_back_z_pass_op;
75 GLint viewport_x; 77 GLint viewport_x;
76 GLint viewport_y; 78 GLint viewport_y;
77 GLsizei viewport_width; 79 GLsizei viewport_width;
78 GLsizei viewport_height; 80 GLsizei viewport_height;
79 81
80 #endif // GPU_COMMAND_BUFFER_SERVICE_CONTEXT_STATE_AUTOGEN_H_ 82 #endif // GPU_COMMAND_BUFFER_SERVICE_CONTEXT_STATE_AUTOGEN_H_
81 83
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/context_state.cc ('k') | gpu/command_buffer/service/context_state_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698