| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 virtual void ConsumeTextureCHROMIUM(GLenum target, | 660 virtual void ConsumeTextureCHROMIUM(GLenum target, |
| 661 const GLbyte* mailbox) override; | 661 const GLbyte* mailbox) override; |
| 662 | 662 |
| 663 virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, | 663 virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, |
| 664 const GLbyte* mailbox) override; | 664 const GLbyte* mailbox) override; |
| 665 | 665 |
| 666 virtual void BindUniformLocationCHROMIUM(GLuint program, | 666 virtual void BindUniformLocationCHROMIUM(GLuint program, |
| 667 GLint location, | 667 GLint location, |
| 668 const char* name) override; | 668 const char* name) override; |
| 669 | 669 |
| 670 virtual void SubscribeUniformCHROMIUM(GLint location, GLenum target) override; |
| 671 |
| 672 virtual void PopulateSubscribedUniformsCHROMIUM() override; |
| 673 |
| 670 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 674 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
| 671 | 675 |
| 672 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 676 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
| 673 | 677 |
| 674 virtual void TraceBeginCHROMIUM(const char* name) override; | 678 virtual void TraceBeginCHROMIUM(const char* name) override; |
| 675 | 679 |
| 676 virtual void TraceEndCHROMIUM() override; | 680 virtual void TraceEndCHROMIUM() override; |
| 677 | 681 |
| 678 virtual void AsyncTexSubImage2DCHROMIUM(GLenum target, | 682 virtual void AsyncTexSubImage2DCHROMIUM(GLenum target, |
| 679 GLint level, | 683 GLint level, |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 GLfloat uv_x, | 727 GLfloat uv_x, |
| 724 GLfloat uv_y, | 728 GLfloat uv_y, |
| 725 GLfloat uv_width, | 729 GLfloat uv_width, |
| 726 GLfloat uv_height) override; | 730 GLfloat uv_height) override; |
| 727 | 731 |
| 728 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 732 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 729 | 733 |
| 730 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 734 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 731 | 735 |
| 732 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 736 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |