| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */, | 92 void GLES2InterfaceStub::CompressedTexSubImage2D(GLenum /* target */, |
| 93 GLint /* level */, | 93 GLint /* level */, |
| 94 GLint /* xoffset */, | 94 GLint /* xoffset */, |
| 95 GLint /* yoffset */, | 95 GLint /* yoffset */, |
| 96 GLsizei /* width */, | 96 GLsizei /* width */, |
| 97 GLsizei /* height */, | 97 GLsizei /* height */, |
| 98 GLenum /* format */, | 98 GLenum /* format */, |
| 99 GLsizei /* imageSize */, | 99 GLsizei /* imageSize */, |
| 100 const void* /* data */) { | 100 const void* /* data */) { |
| 101 } | 101 } |
| 102 void GLES2InterfaceStub::CopyBufferSubData(GLenum /* readtarget */, |
| 103 GLenum /* writetarget */, |
| 104 GLintptr /* readoffset */, |
| 105 GLintptr /* writeoffset */, |
| 106 GLsizeiptr /* size */) { |
| 107 } |
| 102 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, | 108 void GLES2InterfaceStub::CopyTexImage2D(GLenum /* target */, |
| 103 GLint /* level */, | 109 GLint /* level */, |
| 104 GLenum /* internalformat */, | 110 GLenum /* internalformat */, |
| 105 GLint /* x */, | 111 GLint /* x */, |
| 106 GLint /* y */, | 112 GLint /* y */, |
| 107 GLsizei /* width */, | 113 GLsizei /* width */, |
| 108 GLsizei /* height */, | 114 GLsizei /* height */, |
| 109 GLint /* border */) { | 115 GLint /* border */) { |
| 110 } | 116 } |
| 111 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, | 117 void GLES2InterfaceStub::CopyTexSubImage2D(GLenum /* target */, |
| (...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 GLfloat /* uv_height */) { | 876 GLfloat /* uv_height */) { |
| 871 } | 877 } |
| 872 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, | 878 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, |
| 873 const GLfloat* /* m */) { | 879 const GLfloat* /* m */) { |
| 874 } | 880 } |
| 875 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { | 881 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { |
| 876 } | 882 } |
| 877 void GLES2InterfaceStub::BlendBarrierKHR() { | 883 void GLES2InterfaceStub::BlendBarrierKHR() { |
| 878 } | 884 } |
| 879 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 885 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| OLD | NEW |