OLD | NEW |
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 // 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 26 matching lines...) Expand all Loading... |
37 ValueValidator<GLenum> get_max_index_type; | 37 ValueValidator<GLenum> get_max_index_type; |
38 ValueValidator<GLenum> get_tex_param_target; | 38 ValueValidator<GLenum> get_tex_param_target; |
39 ValueValidator<GLenum> hint_mode; | 39 ValueValidator<GLenum> hint_mode; |
40 ValueValidator<GLenum> hint_target; | 40 ValueValidator<GLenum> hint_target; |
41 ValueValidator<GLenum> image_internal_format; | 41 ValueValidator<GLenum> image_internal_format; |
42 ValueValidator<GLenum> image_usage; | 42 ValueValidator<GLenum> image_usage; |
43 ValueValidator<GLenum> index_type; | 43 ValueValidator<GLenum> index_type; |
44 ValueValidator<GLenum> indexed_buffer_target; | 44 ValueValidator<GLenum> indexed_buffer_target; |
45 ValueValidator<GLenum> indexed_g_l_state; | 45 ValueValidator<GLenum> indexed_g_l_state; |
46 ValueValidator<GLenum> internal_format_parameter; | 46 ValueValidator<GLenum> internal_format_parameter; |
47 ValueValidator<GLenum> invalidate_frame_buffer_target; | |
48 ValueValidator<GLenum> map_buffer_access; | 47 ValueValidator<GLenum> map_buffer_access; |
49 ValueValidator<GLenum> matrix_mode; | 48 ValueValidator<GLenum> matrix_mode; |
50 ValueValidator<GLenum> path_coord_type; | 49 ValueValidator<GLenum> path_coord_type; |
51 ValueValidator<GLenum> path_cover_mode; | 50 ValueValidator<GLenum> path_cover_mode; |
52 ValueValidator<GLenum> path_fill_mode; | 51 ValueValidator<GLenum> path_fill_mode; |
53 ValueValidator<GLenum> path_fragment_input_gen_mode; | 52 ValueValidator<GLenum> path_fragment_input_gen_mode; |
54 ValueValidator<GLenum> path_instanced_cover_mode; | 53 ValueValidator<GLenum> path_instanced_cover_mode; |
55 ValueValidator<GLenum> path_name_type; | 54 ValueValidator<GLenum> path_name_type; |
56 ValueValidator<GLenum> path_parameter; | 55 ValueValidator<GLenum> path_parameter; |
57 ValueValidator<GLint> path_parameter_cap_values; | 56 ValueValidator<GLint> path_parameter_cap_values; |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 ValueValidator<GLenum> uniform_block_parameter; | 99 ValueValidator<GLenum> uniform_block_parameter; |
101 ValueValidator<GLenum> uniform_parameter; | 100 ValueValidator<GLenum> uniform_parameter; |
102 ValueValidator<GLenum> value_buffer_target; | 101 ValueValidator<GLenum> value_buffer_target; |
103 ValueValidator<GLenum> vertex_attrib_i_type; | 102 ValueValidator<GLenum> vertex_attrib_i_type; |
104 ValueValidator<GLint> vertex_attrib_size; | 103 ValueValidator<GLint> vertex_attrib_size; |
105 ValueValidator<GLenum> vertex_attrib_type; | 104 ValueValidator<GLenum> vertex_attrib_type; |
106 ValueValidator<GLenum> vertex_attribute; | 105 ValueValidator<GLenum> vertex_attribute; |
107 ValueValidator<GLenum> vertex_pointer; | 106 ValueValidator<GLenum> vertex_pointer; |
108 | 107 |
109 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_ | 108 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_ |
OLD | NEW |