| 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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 GLsizei* size, | 883 GLsizei* size, |
| 884 void* info) override; | 884 void* info) override; |
| 885 | 885 |
| 886 void GetUniformsES3CHROMIUM(GLuint program, | 886 void GetUniformsES3CHROMIUM(GLuint program, |
| 887 GLsizei bufsize, | 887 GLsizei bufsize, |
| 888 GLsizei* size, | 888 GLsizei* size, |
| 889 void* info) override; | 889 void* info) override; |
| 890 | 890 |
| 891 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override; | 891 GLuint CreateStreamTextureCHROMIUM(GLuint texture) override; |
| 892 | 892 |
| 893 GLuint CreateStreamTextureImageCHROMIUM(GLint image_id) override; |
| 894 |
| 893 GLuint CreateImageCHROMIUM(ClientBuffer buffer, | 895 GLuint CreateImageCHROMIUM(ClientBuffer buffer, |
| 894 GLsizei width, | 896 GLsizei width, |
| 895 GLsizei height, | 897 GLsizei height, |
| 896 GLenum internalformat) override; | 898 GLenum internalformat) override; |
| 897 | 899 |
| 898 void DestroyImageCHROMIUM(GLuint image_id) override; | 900 void DestroyImageCHROMIUM(GLuint image_id) override; |
| 899 | 901 |
| 900 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, | 902 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width, |
| 901 GLsizei height, | 903 GLsizei height, |
| 902 GLenum internalformat, | 904 GLenum internalformat, |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1096 void StencilThenCoverStrokePathCHROMIUM(GLuint path, | 1098 void StencilThenCoverStrokePathCHROMIUM(GLuint path, |
| 1097 GLint reference, | 1099 GLint reference, |
| 1098 GLuint mask, | 1100 GLuint mask, |
| 1099 GLenum coverMode) override; | 1101 GLenum coverMode) override; |
| 1100 | 1102 |
| 1101 GLenum GetGraphicsResetStatusKHR() override; | 1103 GLenum GetGraphicsResetStatusKHR() override; |
| 1102 | 1104 |
| 1103 void BlendBarrierKHR() override; | 1105 void BlendBarrierKHR() override; |
| 1104 | 1106 |
| 1105 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 1107 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |