| 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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 void ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; | 701 void ProduceTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; |
| 702 void ProduceTextureDirectCHROMIUM(GLuint texture, | 702 void ProduceTextureDirectCHROMIUM(GLuint texture, |
| 703 GLenum target, | 703 GLenum target, |
| 704 const GLbyte* mailbox) override; | 704 const GLbyte* mailbox) override; |
| 705 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; | 705 void ConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox) override; |
| 706 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, | 706 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, |
| 707 const GLbyte* mailbox) override; | 707 const GLbyte* mailbox) override; |
| 708 void BindUniformLocationCHROMIUM(GLuint program, | 708 void BindUniformLocationCHROMIUM(GLuint program, |
| 709 GLint location, | 709 GLint location, |
| 710 const char* name) override; | 710 const char* name) override; |
| 711 void GenValuebuffersCHROMIUM(GLsizei n, GLuint* buffers) override; | |
| 712 void DeleteValuebuffersCHROMIUM(GLsizei n, const GLuint* valuebuffers) override; | |
| 713 GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) override; | |
| 714 void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) override; | |
| 715 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override; | |
| 716 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; | |
| 717 void UniformValuebufferCHROMIUM(GLint location, | |
| 718 GLenum target, | |
| 719 GLenum subscription) override; | |
| 720 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 711 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
| 721 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 712 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
| 722 void TraceBeginCHROMIUM(const char* category_name, | 713 void TraceBeginCHROMIUM(const char* category_name, |
| 723 const char* trace_name) override; | 714 const char* trace_name) override; |
| 724 void TraceEndCHROMIUM() override; | 715 void TraceEndCHROMIUM() override; |
| 725 void DiscardFramebufferEXT(GLenum target, | 716 void DiscardFramebufferEXT(GLenum target, |
| 726 GLsizei count, | 717 GLsizei count, |
| 727 const GLenum* attachments) override; | 718 const GLenum* attachments) override; |
| 728 void LoseContextCHROMIUM(GLenum current, GLenum other) override; | 719 void LoseContextCHROMIUM(GLenum current, GLenum other) override; |
| 729 GLuint64 InsertFenceSyncCHROMIUM() override; | 720 GLuint64 InsertFenceSyncCHROMIUM() override; |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 const char* name) override; | 849 const char* name) override; |
| 859 void BindFragDataLocationEXT(GLuint program, | 850 void BindFragDataLocationEXT(GLuint program, |
| 860 GLuint colorNumber, | 851 GLuint colorNumber, |
| 861 const char* name) override; | 852 const char* name) override; |
| 862 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 853 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
| 863 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 854 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
| 864 GLint location, | 855 GLint location, |
| 865 GLboolean transpose, | 856 GLboolean transpose, |
| 866 const GLfloat* default_value) override; | 857 const GLfloat* default_value) override; |
| 867 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 858 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
| OLD | NEW |