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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 char* /* name */) { | 279 char* /* name */) { |
280 } | 280 } |
281 void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */, | 281 void GLES2InterfaceStub::GetActiveUniform(GLuint /* program */, |
282 GLuint /* index */, | 282 GLuint /* index */, |
283 GLsizei /* bufsize */, | 283 GLsizei /* bufsize */, |
284 GLsizei* /* length */, | 284 GLsizei* /* length */, |
285 GLint* /* size */, | 285 GLint* /* size */, |
286 GLenum* /* type */, | 286 GLenum* /* type */, |
287 char* /* name */) { | 287 char* /* name */) { |
288 } | 288 } |
| 289 void GLES2InterfaceStub::GetActiveUniformBlockiv(GLuint /* program */, |
| 290 GLuint /* index */, |
| 291 GLenum /* pname */, |
| 292 GLint* /* params */) { |
| 293 } |
289 void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */, | 294 void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */, |
290 GLuint /* index */, | 295 GLuint /* index */, |
291 GLsizei /* bufsize */, | 296 GLsizei /* bufsize */, |
292 GLsizei* /* length */, | 297 GLsizei* /* length */, |
293 char* /* name */) { | 298 char* /* name */) { |
294 } | 299 } |
| 300 void GLES2InterfaceStub::GetActiveUniformsiv(GLuint /* program */, |
| 301 GLsizei /* count */, |
| 302 const GLuint* /* indices */, |
| 303 GLenum /* pname */, |
| 304 GLint* /* params */) { |
| 305 } |
295 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, | 306 void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, |
296 GLsizei /* maxcount */, | 307 GLsizei /* maxcount */, |
297 GLsizei* /* count */, | 308 GLsizei* /* count */, |
298 GLuint* /* shaders */) { | 309 GLuint* /* shaders */) { |
299 } | 310 } |
300 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, | 311 GLint GLES2InterfaceStub::GetAttribLocation(GLuint /* program */, |
301 const char* /* name */) { | 312 const char* /* name */) { |
302 return 0; | 313 return 0; |
303 } | 314 } |
304 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */, | 315 void GLES2InterfaceStub::GetBooleanv(GLenum /* pname */, |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 return 0; | 386 return 0; |
376 } | 387 } |
377 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, | 388 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, |
378 GLenum /* pname */, | 389 GLenum /* pname */, |
379 GLfloat* /* params */) { | 390 GLfloat* /* params */) { |
380 } | 391 } |
381 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, | 392 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, |
382 GLenum /* pname */, | 393 GLenum /* pname */, |
383 GLint* /* params */) { | 394 GLint* /* params */) { |
384 } | 395 } |
| 396 void GLES2InterfaceStub::GetTransformFeedbackVarying(GLuint /* program */, |
| 397 GLuint /* index */, |
| 398 GLsizei /* bufsize */, |
| 399 GLsizei* /* length */, |
| 400 GLsizei* /* size */, |
| 401 GLenum* /* type */, |
| 402 char* /* name */) { |
| 403 } |
385 GLuint GLES2InterfaceStub::GetUniformBlockIndex(GLuint /* program */, | 404 GLuint GLES2InterfaceStub::GetUniformBlockIndex(GLuint /* program */, |
386 const char* /* name */) { | 405 const char* /* name */) { |
387 return 0; | 406 return 0; |
388 } | 407 } |
389 void GLES2InterfaceStub::GetUniformfv(GLuint /* program */, | 408 void GLES2InterfaceStub::GetUniformfv(GLuint /* program */, |
390 GLint /* location */, | 409 GLint /* location */, |
391 GLfloat* /* params */) { | 410 GLfloat* /* params */) { |
392 } | 411 } |
393 void GLES2InterfaceStub::GetUniformiv(GLuint /* program */, | 412 void GLES2InterfaceStub::GetUniformiv(GLuint /* program */, |
394 GLint /* location */, | 413 GLint /* location */, |
395 GLint* /* params */) { | 414 GLint* /* params */) { |
396 } | 415 } |
| 416 void GLES2InterfaceStub::GetUniformIndices(GLuint /* program */, |
| 417 GLsizei /* count */, |
| 418 const char* const* /* names */, |
| 419 GLuint* /* indices */) { |
| 420 } |
397 GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */, | 421 GLint GLES2InterfaceStub::GetUniformLocation(GLuint /* program */, |
398 const char* /* name */) { | 422 const char* /* name */) { |
399 return 0; | 423 return 0; |
400 } | 424 } |
401 void GLES2InterfaceStub::GetVertexAttribfv(GLuint /* index */, | 425 void GLES2InterfaceStub::GetVertexAttribfv(GLuint /* index */, |
402 GLenum /* pname */, | 426 GLenum /* pname */, |
403 GLfloat* /* params */) { | 427 GLfloat* /* params */) { |
404 } | 428 } |
405 void GLES2InterfaceStub::GetVertexAttribiv(GLuint /* index */, | 429 void GLES2InterfaceStub::GetVertexAttribiv(GLuint /* index */, |
406 GLenum /* pname */, | 430 GLenum /* pname */, |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 void GLES2InterfaceStub::Uniform4ui(GLint /* location */, | 739 void GLES2InterfaceStub::Uniform4ui(GLint /* location */, |
716 GLuint /* x */, | 740 GLuint /* x */, |
717 GLuint /* y */, | 741 GLuint /* y */, |
718 GLuint /* z */, | 742 GLuint /* z */, |
719 GLuint /* w */) { | 743 GLuint /* w */) { |
720 } | 744 } |
721 void GLES2InterfaceStub::Uniform4uiv(GLint /* location */, | 745 void GLES2InterfaceStub::Uniform4uiv(GLint /* location */, |
722 GLsizei /* count */, | 746 GLsizei /* count */, |
723 const GLuint* /* v */) { | 747 const GLuint* /* v */) { |
724 } | 748 } |
| 749 void GLES2InterfaceStub::UniformBlockBinding(GLuint /* program */, |
| 750 GLuint /* index */, |
| 751 GLuint /* binding */) { |
| 752 } |
725 void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */, | 753 void GLES2InterfaceStub::UniformMatrix2fv(GLint /* location */, |
726 GLsizei /* count */, | 754 GLsizei /* count */, |
727 GLboolean /* transpose */, | 755 GLboolean /* transpose */, |
728 const GLfloat* /* value */) { | 756 const GLfloat* /* value */) { |
729 } | 757 } |
730 void GLES2InterfaceStub::UniformMatrix2x3fv(GLint /* location */, | 758 void GLES2InterfaceStub::UniformMatrix2x3fv(GLint /* location */, |
731 GLsizei /* count */, | 759 GLsizei /* count */, |
732 GLboolean /* transpose */, | 760 GLboolean /* transpose */, |
733 const GLfloat* /* value */) { | 761 const GLfloat* /* value */) { |
734 } | 762 } |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
971 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, | 999 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, |
972 GLsizei /* bufsize */, | 1000 GLsizei /* bufsize */, |
973 GLsizei* /* size */, | 1001 GLsizei* /* size */, |
974 void* /* info */) { | 1002 void* /* info */) { |
975 } | 1003 } |
976 void GLES2InterfaceStub::GetUniformBlocksCHROMIUM(GLuint /* program */, | 1004 void GLES2InterfaceStub::GetUniformBlocksCHROMIUM(GLuint /* program */, |
977 GLsizei /* bufsize */, | 1005 GLsizei /* bufsize */, |
978 GLsizei* /* size */, | 1006 GLsizei* /* size */, |
979 void* /* info */) { | 1007 void* /* info */) { |
980 } | 1008 } |
| 1009 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM( |
| 1010 GLuint /* program */, |
| 1011 GLsizei /* bufsize */, |
| 1012 GLsizei* /* size */, |
| 1013 void* /* info */) { |
| 1014 } |
| 1015 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */, |
| 1016 GLsizei /* bufsize */, |
| 1017 GLsizei* /* size */, |
| 1018 void* /* info */) { |
| 1019 } |
981 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { | 1020 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { |
982 return 0; | 1021 return 0; |
983 } | 1022 } |
984 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, | 1023 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, |
985 GLsizei /* width */, | 1024 GLsizei /* width */, |
986 GLsizei /* height */, | 1025 GLsizei /* height */, |
987 GLenum /* internalformat */) { | 1026 GLenum /* internalformat */) { |
988 return 0; | 1027 return 0; |
989 } | 1028 } |
990 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... |
1146 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { | 1185 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { |
1147 } | 1186 } |
1148 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, | 1187 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, |
1149 const GLfloat* /* m */) { | 1188 const GLfloat* /* m */) { |
1150 } | 1189 } |
1151 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { | 1190 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { |
1152 } | 1191 } |
1153 void GLES2InterfaceStub::BlendBarrierKHR() { | 1192 void GLES2InterfaceStub::BlendBarrierKHR() { |
1154 } | 1193 } |
1155 #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 |