| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 GLint* size, | 178 GLint* size, |
| 179 GLenum* type, | 179 GLenum* type, |
| 180 char* name) override; | 180 char* name) override; |
| 181 void GetActiveUniform(GLuint program, | 181 void GetActiveUniform(GLuint program, |
| 182 GLuint index, | 182 GLuint index, |
| 183 GLsizei bufsize, | 183 GLsizei bufsize, |
| 184 GLsizei* length, | 184 GLsizei* length, |
| 185 GLint* size, | 185 GLint* size, |
| 186 GLenum* type, | 186 GLenum* type, |
| 187 char* name) override; | 187 char* name) override; |
| 188 void GetActiveUniformBlockiv(GLuint program, |
| 189 GLuint index, |
| 190 GLenum pname, |
| 191 GLint* params) override; |
| 188 void GetActiveUniformBlockName(GLuint program, | 192 void GetActiveUniformBlockName(GLuint program, |
| 189 GLuint index, | 193 GLuint index, |
| 190 GLsizei bufsize, | 194 GLsizei bufsize, |
| 191 GLsizei* length, | 195 GLsizei* length, |
| 192 char* name) override; | 196 char* name) override; |
| 193 void GetAttachedShaders(GLuint program, | 197 void GetAttachedShaders(GLuint program, |
| 194 GLsizei maxcount, | 198 GLsizei maxcount, |
| 195 GLsizei* count, | 199 GLsizei* count, |
| 196 GLuint* shaders) override; | 200 GLuint* shaders) override; |
| 197 GLint GetAttribLocation(GLuint program, const char* name) override; | 201 GLint GetAttribLocation(GLuint program, const char* name) override; |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 GLint bounds_height, | 667 GLint bounds_height, |
| 664 GLfloat uv_x, | 668 GLfloat uv_x, |
| 665 GLfloat uv_y, | 669 GLfloat uv_y, |
| 666 GLfloat uv_width, | 670 GLfloat uv_width, |
| 667 GLfloat uv_height) override; | 671 GLfloat uv_height) override; |
| 668 void SwapInterval(GLint interval) override; | 672 void SwapInterval(GLint interval) override; |
| 669 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 673 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 670 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 674 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 671 void BlendBarrierKHR() override; | 675 void BlendBarrierKHR() override; |
| 672 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 676 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |