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

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

Issue 477623004: command_buffer: Support instanced path rendering in gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-03-path-funcs
Patch Set: fix msvc signedness warning in an unittest Created 5 years, 1 month 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
OLDNEW
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
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; 47 ValueValidator<GLenum> invalidate_frame_buffer_target;
48 ValueValidator<GLenum> map_buffer_access; 48 ValueValidator<GLenum> map_buffer_access;
49 ValueValidator<GLenum> matrix_mode; 49 ValueValidator<GLenum> matrix_mode;
50 ValueValidator<GLenum> path_coord_type; 50 ValueValidator<GLenum> path_coord_type;
51 ValueValidator<GLenum> path_cover_mode; 51 ValueValidator<GLenum> path_cover_mode;
52 ValueValidator<GLenum> path_fill_mode; 52 ValueValidator<GLenum> path_fill_mode;
53 ValueValidator<GLenum> path_instanced_cover_mode;
54 ValueValidator<GLenum> path_name_type;
53 ValueValidator<GLenum> path_parameter; 55 ValueValidator<GLenum> path_parameter;
54 ValueValidator<GLint> path_parameter_cap_values; 56 ValueValidator<GLint> path_parameter_cap_values;
55 ValueValidator<GLint> path_parameter_join_values; 57 ValueValidator<GLint> path_parameter_join_values;
58 ValueValidator<GLenum> path_transform_type;
56 ValueValidator<GLenum> pixel_store; 59 ValueValidator<GLenum> pixel_store;
57 ValueValidator<GLint> pixel_store_alignment; 60 ValueValidator<GLint> pixel_store_alignment;
58 ValueValidator<GLenum> pixel_type; 61 ValueValidator<GLenum> pixel_type;
59 ValueValidator<GLenum> program_parameter; 62 ValueValidator<GLenum> program_parameter;
60 ValueValidator<GLenum> query_object_parameter; 63 ValueValidator<GLenum> query_object_parameter;
61 ValueValidator<GLenum> query_parameter; 64 ValueValidator<GLenum> query_parameter;
62 ValueValidator<GLenum> query_target; 65 ValueValidator<GLenum> query_target;
63 ValueValidator<GLenum> read_buffer; 66 ValueValidator<GLenum> read_buffer;
64 ValueValidator<GLenum> read_pixel_format; 67 ValueValidator<GLenum> read_pixel_format;
65 ValueValidator<GLenum> read_pixel_type; 68 ValueValidator<GLenum> read_pixel_type;
(...skipping 30 matching lines...) Expand all
96 ValueValidator<GLenum> uniform_block_parameter; 99 ValueValidator<GLenum> uniform_block_parameter;
97 ValueValidator<GLenum> uniform_parameter; 100 ValueValidator<GLenum> uniform_parameter;
98 ValueValidator<GLenum> value_buffer_target; 101 ValueValidator<GLenum> value_buffer_target;
99 ValueValidator<GLenum> vertex_attrib_i_type; 102 ValueValidator<GLenum> vertex_attrib_i_type;
100 ValueValidator<GLint> vertex_attrib_size; 103 ValueValidator<GLint> vertex_attrib_size;
101 ValueValidator<GLenum> vertex_attrib_type; 104 ValueValidator<GLenum> vertex_attrib_type;
102 ValueValidator<GLenum> vertex_attribute; 105 ValueValidator<GLenum> vertex_attribute;
103 ValueValidator<GLenum> vertex_pointer; 106 ValueValidator<GLenum> vertex_pointer;
104 107
105 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_ 108 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698