| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // DO NOT EDIT! | 7 // DO NOT EDIT! |
| 8 | 8 |
| 9 // This file is included by gles2_interface_stub.cc. | 9 // This file is included by gles2_interface_stub.cc. |
| 10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 GLclampf /* value */, GLboolean /* invert */) { | 303 GLclampf /* value */, GLboolean /* invert */) { |
| 304 } | 304 } |
| 305 void GLES2InterfaceStub::Scissor( | 305 void GLES2InterfaceStub::Scissor( |
| 306 GLint /* x */, GLint /* y */, GLsizei /* width */, GLsizei /* height */) { | 306 GLint /* x */, GLint /* y */, GLsizei /* width */, GLsizei /* height */) { |
| 307 } | 307 } |
| 308 void GLES2InterfaceStub::ShaderBinary( | 308 void GLES2InterfaceStub::ShaderBinary( |
| 309 GLsizei /* n */, const GLuint* /* shaders */, GLenum /* binaryformat */, | 309 GLsizei /* n */, const GLuint* /* shaders */, GLenum /* binaryformat */, |
| 310 const void* /* binary */, GLsizei /* length */) { | 310 const void* /* binary */, GLsizei /* length */) { |
| 311 } | 311 } |
| 312 void GLES2InterfaceStub::ShaderSource( | 312 void GLES2InterfaceStub::ShaderSource( |
| 313 GLuint /* shader */, GLsizei /* count */, const GLchar* const* /* str */, | 313 GLuint /* shader */, GLsizei /* count */, const char** /* str */, |
| 314 const GLint* /* length */) { | 314 const GLint* /* length */) { |
| 315 } | 315 } |
| 316 void GLES2InterfaceStub::StencilFunc( | 316 void GLES2InterfaceStub::StencilFunc( |
| 317 GLenum /* func */, GLint /* ref */, GLuint /* mask */) { | 317 GLenum /* func */, GLint /* ref */, GLuint /* mask */) { |
| 318 } | 318 } |
| 319 void GLES2InterfaceStub::StencilFuncSeparate( | 319 void GLES2InterfaceStub::StencilFuncSeparate( |
| 320 GLenum /* face */, GLenum /* func */, GLint /* ref */, GLuint /* mask */) { | 320 GLenum /* face */, GLenum /* func */, GLint /* ref */, GLuint /* mask */) { |
| 321 } | 321 } |
| 322 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) { | 322 void GLES2InterfaceStub::StencilMask(GLuint /* mask */) { |
| 323 } | 323 } |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 GLenum /* target */, GLsizei /* count */, | 627 GLenum /* target */, GLsizei /* count */, |
| 628 const GLenum* /* attachments */) { | 628 const GLenum* /* attachments */) { |
| 629 } | 629 } |
| 630 void GLES2InterfaceStub::LoseContextCHROMIUM( | 630 void GLES2InterfaceStub::LoseContextCHROMIUM( |
| 631 GLenum /* current */, GLenum /* other */) { | 631 GLenum /* current */, GLenum /* other */) { |
| 632 } | 632 } |
| 633 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { | 633 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { |
| 634 } | 634 } |
| 635 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 635 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| 636 | 636 |
| OLD | NEW |