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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1021 GLuint /* ioSurfaceId */, | 1021 GLuint /* ioSurfaceId */, |
1022 GLuint /* plane */) { | 1022 GLuint /* plane */) { |
1023 } | 1023 } |
1024 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, | 1024 void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */, |
1025 GLenum /* source_id */, | 1025 GLenum /* source_id */, |
1026 GLenum /* dest_id */, | 1026 GLenum /* dest_id */, |
1027 GLint /* level */, | 1027 GLint /* level */, |
1028 GLint /* internalformat */, | 1028 GLint /* internalformat */, |
1029 GLenum /* dest_type */) { | 1029 GLenum /* dest_type */) { |
1030 } | 1030 } |
| 1031 void GLES2InterfaceStub::CopySubTextureCHROMIUM(GLenum /* target */, |
| 1032 GLenum /* source_id */, |
| 1033 GLenum /* dest_id */, |
| 1034 GLint /* level */, |
| 1035 GLint /* xoffset */, |
| 1036 GLint /* yoffset */) { |
| 1037 } |
1031 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, | 1038 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, |
1032 GLint /* first */, | 1039 GLint /* first */, |
1033 GLsizei /* count */, | 1040 GLsizei /* count */, |
1034 GLsizei /* primcount */) { | 1041 GLsizei /* primcount */) { |
1035 } | 1042 } |
1036 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, | 1043 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, |
1037 GLsizei /* count */, | 1044 GLsizei /* count */, |
1038 GLenum /* type */, | 1045 GLenum /* type */, |
1039 const void* /* indices */, | 1046 const void* /* indices */, |
1040 GLsizei /* primcount */) { | 1047 GLsizei /* primcount */) { |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1155 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { | 1162 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { |
1156 } | 1163 } |
1157 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, | 1164 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, |
1158 const GLfloat* /* m */) { | 1165 const GLfloat* /* m */) { |
1159 } | 1166 } |
1160 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { | 1167 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { |
1161 } | 1168 } |
1162 void GLES2InterfaceStub::BlendBarrierKHR() { | 1169 void GLES2InterfaceStub::BlendBarrierKHR() { |
1163 } | 1170 } |
1164 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1171 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
OLD | NEW |