| 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 876 void* /* info */) {} | 876 void* /* info */) {} |
| 877 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM( | 877 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM( |
| 878 GLuint /* program */, | 878 GLuint /* program */, |
| 879 GLsizei /* bufsize */, | 879 GLsizei /* bufsize */, |
| 880 GLsizei* /* size */, | 880 GLsizei* /* size */, |
| 881 void* /* info */) {} | 881 void* /* info */) {} |
| 882 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */, | 882 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */, |
| 883 GLsizei /* bufsize */, | 883 GLsizei /* bufsize */, |
| 884 GLsizei* /* size */, | 884 GLsizei* /* size */, |
| 885 void* /* info */) {} | 885 void* /* info */) {} |
| 886 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { | |
| 887 return 0; | |
| 888 } | |
| 889 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, | 886 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, |
| 890 GLsizei /* width */, | 887 GLsizei /* width */, |
| 891 GLsizei /* height */, | 888 GLsizei /* height */, |
| 892 GLenum /* internalformat */) { | 889 GLenum /* internalformat */) { |
| 893 return 0; | 890 return 0; |
| 894 } | 891 } |
| 895 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {} | 892 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {} |
| 896 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM( | 893 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM( |
| 897 GLsizei /* width */, | 894 GLsizei /* width */, |
| 898 GLsizei /* height */, | 895 GLsizei /* height */, |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1147 GLint /* location */, | 1144 GLint /* location */, |
| 1148 GLenum /* genMode */, | 1145 GLenum /* genMode */, |
| 1149 GLint /* components */, | 1146 GLint /* components */, |
| 1150 const GLfloat* /* coeffs */) {} | 1147 const GLfloat* /* coeffs */) {} |
| 1151 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { | 1148 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { |
| 1152 return 0; | 1149 return 0; |
| 1153 } | 1150 } |
| 1154 void GLES2InterfaceStub::BlendBarrierKHR() {} | 1151 void GLES2InterfaceStub::BlendBarrierKHR() {} |
| 1155 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {} | 1152 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {} |
| 1156 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1153 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| OLD | NEW |