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 |
11 // This file is included by gles2_interface_stub.cc. | 11 // This file is included by gles2_interface_stub.cc. |
12 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 12 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
13 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 13 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
14 | 14 |
15 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) { | 15 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) { |
16 } | 16 } |
17 void GLES2InterfaceStub::AttachShader(GLuint /* program */, | 17 void GLES2InterfaceStub::AttachShader(GLuint /* program */, |
18 GLuint /* shader */) { | 18 GLuint /* shader */) { |
19 } | 19 } |
20 void GLES2InterfaceStub::BindAttribLocation(GLuint /* program */, | 20 void GLES2InterfaceStub::BindAttribLocation(GLuint /* program */, |
21 GLuint /* index */, | 21 GLuint /* index */, |
22 const char* /* name */) { | 22 const char* /* name */) { |
23 } | 23 } |
24 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) { | 24 void GLES2InterfaceStub::BindBuffer(GLenum /* target */, GLuint /* buffer */) { |
25 } | 25 } |
| 26 void GLES2InterfaceStub::BindBufferBase(GLenum /* target */, |
| 27 GLuint /* index */, |
| 28 GLuint /* buffer */) { |
| 29 } |
26 void GLES2InterfaceStub::BindFramebuffer(GLenum /* target */, | 30 void GLES2InterfaceStub::BindFramebuffer(GLenum /* target */, |
27 GLuint /* framebuffer */) { | 31 GLuint /* framebuffer */) { |
28 } | 32 } |
29 void GLES2InterfaceStub::BindRenderbuffer(GLenum /* target */, | 33 void GLES2InterfaceStub::BindRenderbuffer(GLenum /* target */, |
30 GLuint /* renderbuffer */) { | 34 GLuint /* renderbuffer */) { |
31 } | 35 } |
32 void GLES2InterfaceStub::BindSampler(GLuint /* unit */, GLuint /* sampler */) { | 36 void GLES2InterfaceStub::BindSampler(GLuint /* unit */, GLuint /* sampler */) { |
33 } | 37 } |
34 void GLES2InterfaceStub::BindTexture(GLenum /* target */, | 38 void GLES2InterfaceStub::BindTexture(GLenum /* target */, |
35 GLuint /* texture */) { | 39 GLuint /* texture */) { |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 void GLES2InterfaceStub::TexImage2D(GLenum /* target */, | 496 void GLES2InterfaceStub::TexImage2D(GLenum /* target */, |
493 GLint /* level */, | 497 GLint /* level */, |
494 GLint /* internalformat */, | 498 GLint /* internalformat */, |
495 GLsizei /* width */, | 499 GLsizei /* width */, |
496 GLsizei /* height */, | 500 GLsizei /* height */, |
497 GLint /* border */, | 501 GLint /* border */, |
498 GLenum /* format */, | 502 GLenum /* format */, |
499 GLenum /* type */, | 503 GLenum /* type */, |
500 const void* /* pixels */) { | 504 const void* /* pixels */) { |
501 } | 505 } |
| 506 void GLES2InterfaceStub::TexImage3D(GLenum /* target */, |
| 507 GLint /* level */, |
| 508 GLint /* internalformat */, |
| 509 GLsizei /* width */, |
| 510 GLsizei /* height */, |
| 511 GLsizei /* depth */, |
| 512 GLint /* border */, |
| 513 GLenum /* format */, |
| 514 GLenum /* type */, |
| 515 const void* /* pixels */) { |
| 516 } |
502 void GLES2InterfaceStub::TexParameterf(GLenum /* target */, | 517 void GLES2InterfaceStub::TexParameterf(GLenum /* target */, |
503 GLenum /* pname */, | 518 GLenum /* pname */, |
504 GLfloat /* param */) { | 519 GLfloat /* param */) { |
505 } | 520 } |
506 void GLES2InterfaceStub::TexParameterfv(GLenum /* target */, | 521 void GLES2InterfaceStub::TexParameterfv(GLenum /* target */, |
507 GLenum /* pname */, | 522 GLenum /* pname */, |
508 const GLfloat* /* params */) { | 523 const GLfloat* /* params */) { |
509 } | 524 } |
510 void GLES2InterfaceStub::TexParameteri(GLenum /* target */, | 525 void GLES2InterfaceStub::TexParameteri(GLenum /* target */, |
511 GLenum /* pname */, | 526 GLenum /* pname */, |
(...skipping 13 matching lines...) Expand all Loading... |
525 void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */, | 540 void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */, |
526 GLint /* level */, | 541 GLint /* level */, |
527 GLint /* xoffset */, | 542 GLint /* xoffset */, |
528 GLint /* yoffset */, | 543 GLint /* yoffset */, |
529 GLsizei /* width */, | 544 GLsizei /* width */, |
530 GLsizei /* height */, | 545 GLsizei /* height */, |
531 GLenum /* format */, | 546 GLenum /* format */, |
532 GLenum /* type */, | 547 GLenum /* type */, |
533 const void* /* pixels */) { | 548 const void* /* pixels */) { |
534 } | 549 } |
| 550 void GLES2InterfaceStub::TexSubImage3D(GLenum /* target */, |
| 551 GLint /* level */, |
| 552 GLint /* xoffset */, |
| 553 GLint /* yoffset */, |
| 554 GLint /* zoffset */, |
| 555 GLsizei /* width */, |
| 556 GLsizei /* height */, |
| 557 GLsizei /* depth */, |
| 558 GLenum /* format */, |
| 559 GLenum /* type */, |
| 560 const void* /* pixels */) { |
| 561 } |
535 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { | 562 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { |
536 } | 563 } |
537 void GLES2InterfaceStub::Uniform1fv(GLint /* location */, | 564 void GLES2InterfaceStub::Uniform1fv(GLint /* location */, |
538 GLsizei /* count */, | 565 GLsizei /* count */, |
539 const GLfloat* /* v */) { | 566 const GLfloat* /* v */) { |
540 } | 567 } |
541 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) { | 568 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) { |
542 } | 569 } |
543 void GLES2InterfaceStub::Uniform1iv(GLint /* location */, | 570 void GLES2InterfaceStub::Uniform1iv(GLint /* location */, |
544 GLsizei /* count */, | 571 GLsizei /* count */, |
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1050 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { | 1077 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { |
1051 } | 1078 } |
1052 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, | 1079 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, |
1053 const GLfloat* /* m */) { | 1080 const GLfloat* /* m */) { |
1054 } | 1081 } |
1055 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { | 1082 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { |
1056 } | 1083 } |
1057 void GLES2InterfaceStub::BlendBarrierKHR() { | 1084 void GLES2InterfaceStub::BlendBarrierKHR() { |
1058 } | 1085 } |
1059 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1086 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
OLD | NEW |