OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |