| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 GLuint /* index */, | 290 GLuint /* index */, |
| 291 GLenum /* pname */, | 291 GLenum /* pname */, |
| 292 GLint* /* params */) { | 292 GLint* /* params */) { |
| 293 } | 293 } |
| 294 void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */, | 294 void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */, |
| 295 GLuint /* index */, | 295 GLuint /* index */, |
| 296 GLsizei /* bufsize */, | 296 GLsizei /* bufsize */, |
| 297 GLsizei* /* length */, | 297 GLsizei* /* length */, |
| 298 char* /* name */) { | 298 char* /* name */) { |
| 299 } | 299 } |
| 300 void GLES2InterfaceStub::GetActiveUniformsiv(GLuint /* program */, |
| 301 GLsizei /* count */, |
| 302 const GLuint* /* indices */, |
| 303 GLenum /* pname */, |
| 304 GLint* /* params */) { |
| 305 } |
| 300 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, | 306 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, |
| 301 GLsizei /* maxcount */, | 307 GLsizei /* maxcount */, |
| 302 GLsizei* /* count */, | 308 GLsizei* /* count */, |
| 303 GLuint* /* shaders */) { | 309 GLuint* /* shaders */) { |
| 304 } | 310 } |
| 305 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, | 311 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, |
| 306 const char* /* name */) { | 312 const char* /* name */) { |
| 307 return 0; | 313 return 0; |
| 308 } | 314 } |
| 309 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */, | 315 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */, |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 GLsizei /* bufsize */, | 1005 GLsizei /* bufsize */, |
| 1000 GLsizei* /* size */, | 1006 GLsizei* /* size */, |
| 1001 void* /* info */) { | 1007 void* /* info */) { |
| 1002 } | 1008 } |
| 1003 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM( | 1009 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM( |
| 1004 GLuint /* program */, | 1010 GLuint /* program */, |
| 1005 GLsizei /* bufsize */, | 1011 GLsizei /* bufsize */, |
| 1006 GLsizei* /* size */, | 1012 GLsizei* /* size */, |
| 1007 void* /* info */) { | 1013 void* /* info */) { |
| 1008 } | 1014 } |
| 1015 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */, |
| 1016 GLsizei /* bufsize */, |
| 1017 GLsizei* /* size */, |
| 1018 void* /* info */) { |
| 1019 } |
| 1009 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { | 1020 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { |
| 1010 return 0; | 1021 return 0; |
| 1011 } | 1022 } |
| 1012 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, | 1023 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, |
| 1013 GLsizei /* width */, | 1024 GLsizei /* width */, |
| 1014 GLsizei /* height */, | 1025 GLsizei /* height */, |
| 1015 GLenum /* internalformat */) { | 1026 GLenum /* internalformat */) { |
| 1016 return 0; | 1027 return 0; |
| 1017 } | 1028 } |
| 1018 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { | 1029 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1174 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { | 1185 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { |
| 1175 } | 1186 } |
| 1176 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, | 1187 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, |
| 1177 const GLfloat* /* m */) { | 1188 const GLfloat* /* m */) { |
| 1178 } | 1189 } |
| 1179 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { | 1190 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { |
| 1180 } | 1191 } |
| 1181 void GLES2InterfaceStub::BlendBarrierKHR() { | 1192 void GLES2InterfaceStub::BlendBarrierKHR() { |
| 1182 } | 1193 } |
| 1183 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1194 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| OLD | NEW |