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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 GLint* /* precision */) { | 383 GLint* /* precision */) { |
384 } | 384 } |
385 void GLES2InterfaceStub::GetShaderSource(GLuint /* shader */, | 385 void GLES2InterfaceStub::GetShaderSource(GLuint /* shader */, |
386 GLsizei /* bufsize */, | 386 GLsizei /* bufsize */, |
387 GLsizei* /* length */, | 387 GLsizei* /* length */, |
388 char* /* source */) { | 388 char* /* source */) { |
389 } | 389 } |
390 const GLubyte* GLES2InterfaceStub::GetString(GLenum /* name */) { | 390 const GLubyte* GLES2InterfaceStub::GetString(GLenum /* name */) { |
391 return 0; | 391 return 0; |
392 } | 392 } |
| 393 void GLES2InterfaceStub::GetSynciv(GLsync /* sync */, |
| 394 GLenum /* pname */, |
| 395 GLsizei /* bufsize */, |
| 396 GLsizei* /* length */, |
| 397 GLint* /* values */) { |
| 398 } |
393 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, | 399 void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */, |
394 GLenum /* pname */, | 400 GLenum /* pname */, |
395 GLfloat* /* params */) { | 401 GLfloat* /* params */) { |
396 } | 402 } |
397 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, | 403 void GLES2InterfaceStub::GetTexParameteriv(GLenum /* target */, |
398 GLenum /* pname */, | 404 GLenum /* pname */, |
399 GLint* /* params */) { | 405 GLint* /* params */) { |
400 } | 406 } |
401 void GLES2InterfaceStub::GetTransformFeedbackVarying(GLuint /* program */, | 407 void GLES2InterfaceStub::GetTransformFeedbackVarying(GLuint /* program */, |
402 GLuint /* index */, | 408 GLuint /* index */, |
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1194 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { | 1200 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { |
1195 } | 1201 } |
1196 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, | 1202 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, |
1197 const GLfloat* /* m */) { | 1203 const GLfloat* /* m */) { |
1198 } | 1204 } |
1199 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { | 1205 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { |
1200 } | 1206 } |
1201 void GLES2InterfaceStub::BlendBarrierKHR() { | 1207 void GLES2InterfaceStub::BlendBarrierKHR() { |
1202 } | 1208 } |
1203 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1209 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
OLD | NEW |