OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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. DO NOT EDIT! | 5 // This file is auto-generated. DO NOT EDIT! |
6 | 6 |
7 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_ | 7 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_ |
8 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_ | 8 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_ |
9 | 9 |
10 ValueValidator<GLenum> attachment; | 10 ValueValidator<GLenum> attachment; |
11 ValueValidator<GLenum> blit_filter; | 11 ValueValidator<GLenum> blit_filter; |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 ValueValidator<GLenum> texture_parameter; | 49 ValueValidator<GLenum> texture_parameter; |
50 ValueValidator<GLenum> texture_target; | 50 ValueValidator<GLenum> texture_target; |
51 ValueValidator<GLint> vertex_attrib_size; | 51 ValueValidator<GLint> vertex_attrib_size; |
52 ValueValidator<GLenum> vertex_attrib_type; | 52 ValueValidator<GLenum> vertex_attrib_type; |
53 ValueValidator<GLenum> vertex_attribute; | 53 ValueValidator<GLenum> vertex_attribute; |
54 ValueValidator<GLenum> vertex_pointer; | 54 ValueValidator<GLenum> vertex_pointer; |
55 ValueValidator<GLint> zero_only; | 55 ValueValidator<GLint> zero_only; |
56 | 56 |
57 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_ | 57 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_VALIDATION_AUTOGEN_H_ |
58 | 58 |
OLD | NEW |