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 |
| 269 void GetActiveUniformsiv(GLuint program, |
| 270 GLsizei count, |
| 271 const GLuint* indices, |
| 272 GLenum pname, |
| 273 GLint* params) override; |
| 274 |
264 void GetAttachedShaders(GLuint program, | 275 void GetAttachedShaders(GLuint program, |
265 GLsizei maxcount, | 276 GLsizei maxcount, |
266 GLsizei* count, | 277 GLsizei* count, |
267 GLuint* shaders) override; | 278 GLuint* shaders) override; |
268 | 279 |
269 GLint GetAttribLocation(GLuint program, const char* name) override; | 280 GLint GetAttribLocation(GLuint program, const char* name) override; |
270 | 281 |
271 void GetBooleanv(GLenum pname, GLboolean* params) override; | 282 void GetBooleanv(GLenum pname, GLboolean* params) override; |
272 | 283 |
273 void GetBufferParameteriv(GLenum target, GLenum pname, GLint* params) override; | 284 void GetBufferParameteriv(GLenum target, GLenum pname, GLint* params) override; |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 GLsizei bufsize, | 337 GLsizei bufsize, |
327 GLsizei* length, | 338 GLsizei* length, |
328 char* source) override; | 339 char* source) override; |
329 | 340 |
330 const GLubyte* GetString(GLenum name) override; | 341 const GLubyte* GetString(GLenum name) override; |
331 | 342 |
332 void GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) override; | 343 void GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) override; |
333 | 344 |
334 void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) override; | 345 void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) override; |
335 | 346 |
| 347 void GetTransformFeedbackVarying(GLuint program, |
| 348 GLuint index, |
| 349 GLsizei bufsize, |
| 350 GLsizei* length, |
| 351 GLsizei* size, |
| 352 GLenum* type, |
| 353 char* name) override; |
| 354 |
336 GLuint GetUniformBlockIndex(GLuint program, const char* name) override; | 355 GLuint GetUniformBlockIndex(GLuint program, const char* name) override; |
337 | 356 |
338 void GetUniformfv(GLuint program, GLint location, GLfloat* params) override; | 357 void GetUniformfv(GLuint program, GLint location, GLfloat* params) override; |
339 | 358 |
340 void GetUniformiv(GLuint program, GLint location, GLint* params) override; | 359 void GetUniformiv(GLuint program, GLint location, GLint* params) override; |
341 | 360 |
| 361 void GetUniformIndices(GLuint program, |
| 362 GLsizei count, |
| 363 const char* const* names, |
| 364 GLuint* indices) override; |
| 365 |
342 GLint GetUniformLocation(GLuint program, const char* name) override; | 366 GLint GetUniformLocation(GLuint program, const char* name) override; |
343 | 367 |
344 void GetVertexAttribPointerv(GLuint index, | 368 void GetVertexAttribPointerv(GLuint index, |
345 GLenum pname, | 369 GLenum pname, |
346 void** pointer) override; | 370 void** pointer) override; |
347 | 371 |
348 void Hint(GLenum target, GLenum mode) override; | 372 void Hint(GLenum target, GLenum mode) override; |
349 | 373 |
350 void InvalidateFramebuffer(GLenum target, | 374 void InvalidateFramebuffer(GLenum target, |
351 GLsizei count, | 375 GLsizei count, |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 void Uniform4iv(GLint location, GLsizei count, const GLint* v) override; | 597 void Uniform4iv(GLint location, GLsizei count, const GLint* v) override; |
574 | 598 |
575 void Uniform4ui(GLint location, | 599 void Uniform4ui(GLint location, |
576 GLuint x, | 600 GLuint x, |
577 GLuint y, | 601 GLuint y, |
578 GLuint z, | 602 GLuint z, |
579 GLuint w) override; | 603 GLuint w) override; |
580 | 604 |
581 void Uniform4uiv(GLint location, GLsizei count, const GLuint* v) override; | 605 void Uniform4uiv(GLint location, GLsizei count, const GLuint* v) override; |
582 | 606 |
| 607 void UniformBlockBinding(GLuint program, GLuint index, GLuint binding) override; |
| 608 |
583 void UniformMatrix2fv(GLint location, | 609 void UniformMatrix2fv(GLint location, |
584 GLsizei count, | 610 GLsizei count, |
585 GLboolean transpose, | 611 GLboolean transpose, |
586 const GLfloat* value) override; | 612 const GLfloat* value) override; |
587 | 613 |
588 void UniformMatrix2x3fv(GLint location, | 614 void UniformMatrix2x3fv(GLint location, |
589 GLsizei count, | 615 GLsizei count, |
590 GLboolean transpose, | 616 GLboolean transpose, |
591 const GLfloat* value) override; | 617 const GLfloat* value) override; |
592 | 618 |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 void GetProgramInfoCHROMIUM(GLuint program, | 813 void GetProgramInfoCHROMIUM(GLuint program, |
788 GLsizei bufsize, | 814 GLsizei bufsize, |
789 GLsizei* size, | 815 GLsizei* size, |
790 void* info) override; | 816 void* info) override; |
791 | 817 |
792 void GetUniformBlocksCHROMIUM(GLuint program, | 818 void GetUniformBlocksCHROMIUM(GLuint program, |
793 GLsizei bufsize, | 819 GLsizei bufsize, |
794 GLsizei* size, | 820 GLsizei* size, |
795 void* info) override; | 821 void* info) override; |
796 | 822 |
| 823 void GetTransformFeedbackVaryingsCHROMIUM(GLuint program, |
| 824 GLsizei bufsize, |
| 825 GLsizei* size, |
| 826 void* info) override; |
| 827 |
| 828 void GetUniformsES3CHROMIUM(GLuint program, |
| 829 GLsizei bufsize, |
| 830 GLsizei* size, |
| 831 void* info) override; |
| 832 |
797 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override; | 833 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override; |
798 | 834 |
799 GLuint CreateImageCHROMIUM(ClientBuffer buffer, | 835 GLuint CreateImageCHROMIUM(ClientBuffer buffer, |
800 GLsizei width, | 836 GLsizei width, |
801 GLsizei height, | 837 GLsizei height, |
802 GLenum internalformat) override; | 838 GLenum internalformat) override; |
803 | 839 |
804 void DestroyImageCHROMIUM(GLuint image_id) override; | 840 void DestroyImageCHROMIUM(GLuint image_id) override; |
805 | 841 |
806 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, | 842 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
938 | 974 |
939 void SwapInterval(GLint interval) override; | 975 void SwapInterval(GLint interval) override; |
940 | 976 |
941 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 977 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
942 | 978 |
943 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 979 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
944 | 980 |
945 void BlendBarrierKHR() override; | 981 void BlendBarrierKHR() override; |
946 | 982 |
947 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 983 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |