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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 void* info) override; | 651 void* info) override; |
652 GLuint CreateImageCHROMIUM(ClientBuffer buffer, | 652 GLuint CreateImageCHROMIUM(ClientBuffer buffer, |
653 GLsizei width, | 653 GLsizei width, |
654 GLsizei height, | 654 GLsizei height, |
655 GLenum internalformat) override; | 655 GLenum internalformat) override; |
656 void DestroyImageCHROMIUM(GLuint image_id) override; | 656 void DestroyImageCHROMIUM(GLuint image_id) override; |
657 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, | 657 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, |
658 GLsizei height, | 658 GLsizei height, |
659 GLenum internalformat, | 659 GLenum internalformat, |
660 GLenum usage) override; | 660 GLenum usage) override; |
| 661 GLuint CreateFenceCHROMIUM(ClientFence fence) override; |
| 662 void DestroyFenceCHROMIUM(GLuint fence_id) override; |
661 void DescheduleUntilFinishedCHROMIUM() override; | 663 void DescheduleUntilFinishedCHROMIUM() override; |
662 void GetTranslatedShaderSourceANGLE(GLuint shader, | 664 void GetTranslatedShaderSourceANGLE(GLuint shader, |
663 GLsizei bufsize, | 665 GLsizei bufsize, |
664 GLsizei* length, | 666 GLsizei* length, |
665 char* source) override; | 667 char* source) override; |
666 void PostSubBufferCHROMIUM(GLint x, | 668 void PostSubBufferCHROMIUM(GLint x, |
667 GLint y, | 669 GLint y, |
668 GLint width, | 670 GLint width, |
669 GLint height) override; | 671 GLint height) override; |
670 void CopyTextureCHROMIUM(GLenum source_id, | 672 void CopyTextureCHROMIUM(GLenum source_id, |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
858 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 860 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
859 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 861 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
860 GLint location, | 862 GLint location, |
861 GLboolean transpose, | 863 GLboolean transpose, |
862 const GLfloat* transform) override; | 864 const GLfloat* transform) override; |
863 void SwapBuffersWithDamageCHROMIUM(GLint x, | 865 void SwapBuffersWithDamageCHROMIUM(GLint x, |
864 GLint y, | 866 GLint y, |
865 GLint width, | 867 GLint width, |
866 GLint height) override; | 868 GLint height) override; |
867 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 869 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |