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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 GLint xoffset, | 502 GLint xoffset, |
503 GLint yoffset, | 503 GLint yoffset, |
504 GLint zoffset, | 504 GLint zoffset, |
505 GLsizei width, | 505 GLsizei width, |
506 GLsizei height, | 506 GLsizei height, |
507 GLsizei depth, | 507 GLsizei depth, |
508 GLenum format, | 508 GLenum format, |
509 GLenum type, | 509 GLenum type, |
510 const void* pixels) override; | 510 const void* pixels) override; |
511 | 511 |
| 512 void TransformFeedbackVaryings(GLuint program, |
| 513 GLsizei count, |
| 514 const char* const* varyings, |
| 515 GLenum buffermode) override; |
| 516 |
512 void Uniform1f(GLint location, GLfloat x) override; | 517 void Uniform1f(GLint location, GLfloat x) override; |
513 | 518 |
514 void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) override; | 519 void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) override; |
515 | 520 |
516 void Uniform1i(GLint location, GLint x) override; | 521 void Uniform1i(GLint location, GLint x) override; |
517 | 522 |
518 void Uniform1iv(GLint location, GLsizei count, const GLint* v) override; | 523 void Uniform1iv(GLint location, GLsizei count, const GLint* v) override; |
519 | 524 |
520 void Uniform1ui(GLint location, GLuint x) override; | 525 void Uniform1ui(GLint location, GLuint x) override; |
521 | 526 |
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 | 923 |
919 void SwapInterval(GLint interval) override; | 924 void SwapInterval(GLint interval) override; |
920 | 925 |
921 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 926 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
922 | 927 |
923 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 928 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
924 | 929 |
925 void BlendBarrierKHR() override; | 930 void BlendBarrierKHR() override; |
926 | 931 |
927 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 932 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |