| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 char* name) override; | 248 char* name) override; |
| 249 | 249 |
| 250 void GetActiveUniform(GLuint program, | 250 void GetActiveUniform(GLuint program, |
| 251 GLuint index, | 251 GLuint index, |
| 252 GLsizei bufsize, | 252 GLsizei bufsize, |
| 253 GLsizei* length, | 253 GLsizei* length, |
| 254 GLint* size, | 254 GLint* size, |
| 255 GLenum* type, | 255 GLenum* type, |
| 256 char* name) override; | 256 char* name) override; |
| 257 | 257 |
| 258 void GetActiveUniformBlockiv(GLuint program, |
| 259 GLuint index, |
| 260 GLenum pname, |
| 261 GLint* params) override; |
| 262 |
| 258 void GetActiveUniformBlockName(GLuint program, | 263 void GetActiveUniformBlockName(GLuint program, |
| 259 GLuint index, | 264 GLuint index, |
| 260 GLsizei bufsize, | 265 GLsizei bufsize, |
| 261 GLsizei* length, | 266 GLsizei* length, |
| 262 char* name) override; | 267 char* name) override; |
| 263 | 268 |
| 264 void GetAttachedShaders(GLuint program, | 269 void GetAttachedShaders(GLuint program, |
| 265 GLsizei maxcount, | 270 GLsizei maxcount, |
| 266 GLsizei* count, | 271 GLsizei* count, |
| 267 GLuint* shaders) override; | 272 GLuint* shaders) override; |
| (...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 938 | 943 |
| 939 void SwapInterval(GLint interval) override; | 944 void SwapInterval(GLint interval) override; |
| 940 | 945 |
| 941 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 946 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 942 | 947 |
| 943 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 948 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 944 | 949 |
| 945 void BlendBarrierKHR() override; | 950 void BlendBarrierKHR() override; |
| 946 | 951 |
| 947 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 952 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |