| 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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 } | 509 } |
| 510 void GLES2InterfaceStub::ShaderSource(GLuint /* shader */, | 510 void GLES2InterfaceStub::ShaderSource(GLuint /* shader */, |
| 511 GLsizei /* count */, | 511 GLsizei /* count */, |
| 512 const GLchar* const* /* str */, | 512 const GLchar* const* /* str */, |
| 513 const GLint* /* length */) { | 513 const GLint* /* length */) { |
| 514 } | 514 } |
| 515 void GLES2InterfaceStub::ShallowFinishCHROMIUM() { | 515 void GLES2InterfaceStub::ShallowFinishCHROMIUM() { |
| 516 } | 516 } |
| 517 void GLES2InterfaceStub::ShallowFlushCHROMIUM() { | 517 void GLES2InterfaceStub::ShallowFlushCHROMIUM() { |
| 518 } | 518 } |
| 519 void GLES2InterfaceStub::ShallowShallowFlushCHROMIUM() { |
| 520 } |
| 519 void GLES2InterfaceStub::StencilFunc(GLenum /* func */, | 521 void GLES2InterfaceStub::StencilFunc(GLenum /* func */, |
| 520 GLint /* ref */, | 522 GLint /* ref */, |
| 521 GLuint /* mask */) { | 523 GLuint /* mask */) { |
| 522 } | 524 } |
| 523 void GLES2InterfaceStub::StencilFuncSeparate(GLenum /* face */, | 525 void GLES2InterfaceStub::StencilFuncSeparate(GLenum /* face */, |
| 524 GLenum /* func */, | 526 GLenum /* func */, |
| 525 GLint /* ref */, | 527 GLint /* ref */, |
| 526 GLuint /* mask */) { | 528 GLuint /* mask */) { |
| 527 } | 529 } |
| 528 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) { | 530 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) { |
| (...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1129 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { | 1131 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { |
| 1130 } | 1132 } |
| 1131 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, | 1133 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, |
| 1132 const GLfloat* /* m */) { | 1134 const GLfloat* /* m */) { |
| 1133 } | 1135 } |
| 1134 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { | 1136 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { |
| 1135 } | 1137 } |
| 1136 void GLES2InterfaceStub::BlendBarrierKHR() { | 1138 void GLES2InterfaceStub::BlendBarrierKHR() { |
| 1137 } | 1139 } |
| 1138 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1140 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| OLD | NEW |