| 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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; | 706 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; |
| 707 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, | 707 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, |
| 708 const GLbyte* mailbox) override; | 708 const GLbyte* mailbox) override; |
| 709 void BindUniformLocationCHROMIUM(GLuint program, | 709 void BindUniformLocationCHROMIUM(GLuint program, |
| 710 GLint location, | 710 GLint location, |
| 711 const char* name) override; | 711 const char* name) override; |
| 712 void BindTexImage2DCHROMIUM(GLenum target, | 712 void BindTexImage2DCHROMIUM(GLenum target, |
| 713 GLint imageId, | 713 GLint imageId, |
| 714 GLint fenceId) override; | 714 GLint fenceId) override; |
| 715 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 715 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
| 716 void CopyImageSubDataCHROMIUM(GLint source_image_id, |
| 717 GLint dest_texture_id, |
| 718 GLint xoffset, |
| 719 GLint yoffset, |
| 720 GLint x, |
| 721 GLint y, |
| 722 GLsizei width, |
| 723 GLsizei height, |
| 724 GLint in_fence_id, |
| 725 GLint out_fence_id) override; |
| 716 void TraceBeginCHROMIUM(const char* category_name, | 726 void TraceBeginCHROMIUM(const char* category_name, |
| 717 const char* trace_name) override; | 727 const char* trace_name) override; |
| 718 void TraceEndCHROMIUM() override; | 728 void TraceEndCHROMIUM() override; |
| 719 void DiscardFramebufferEXT(GLenum target, | 729 void DiscardFramebufferEXT(GLenum target, |
| 720 GLsizei count, | 730 GLsizei count, |
| 721 const GLenum* attachments) override; | 731 const GLenum* attachments) override; |
| 722 void LoseContextCHROMIUM(GLenum current, GLenum other) override; | 732 void LoseContextCHROMIUM(GLenum current, GLenum other) override; |
| 723 GLuint64 InsertFenceSyncCHROMIUM() override; | 733 GLuint64 InsertFenceSyncCHROMIUM() override; |
| 724 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; | 734 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; |
| 725 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, | 735 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 872 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
| 863 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 873 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
| 864 GLint location, | 874 GLint location, |
| 865 GLboolean transpose, | 875 GLboolean transpose, |
| 866 const GLfloat* transform) override; | 876 const GLfloat* transform) override; |
| 867 void SwapBuffersWithDamageCHROMIUM(GLint x, | 877 void SwapBuffersWithDamageCHROMIUM(GLint x, |
| 868 GLint y, | 878 GLint y, |
| 869 GLint width, | 879 GLint width, |
| 870 GLint height) override; | 880 GLint height) override; |
| 871 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 881 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
| OLD | NEW |