| 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 void GLES2InterfaceStub::GetImageParameterivCHROMIUM( | 591 void GLES2InterfaceStub::GetImageParameterivCHROMIUM( |
| 592 GLuint /* image_id */, GLenum /* pname */, GLint* /* params */) { | 592 GLuint /* image_id */, GLenum /* pname */, GLint* /* params */) { |
| 593 } | 593 } |
| 594 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE( | 594 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE( |
| 595 GLuint /* shader */, GLsizei /* bufsize */, GLsizei* /* length */, | 595 GLuint /* shader */, GLsizei /* bufsize */, GLsizei* /* length */, |
| 596 char* /* source */) { | 596 char* /* source */) { |
| 597 } | 597 } |
| 598 void GLES2InterfaceStub::PostSubBufferCHROMIUM( | 598 void GLES2InterfaceStub::PostSubBufferCHROMIUM( |
| 599 GLint /* x */, GLint /* y */, GLint /* width */, GLint /* height */) { | 599 GLint /* x */, GLint /* y */, GLint /* width */, GLint /* height */) { |
| 600 } | 600 } |
| 601 void GLES2InterfaceStub::SetOverlayPlaneCHROMIUM(GLint /* plane_id */, |
| 602 GLenum /* texture_id */, |
| 603 GLint /* x */, |
| 604 GLint /* y */, |
| 605 GLint /* width */, |
| 606 GLint /* height */) {} |
| 601 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM( | 607 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM( |
| 602 GLenum /* target */, GLsizei /* width */, GLsizei /* height */, | 608 GLenum /* target */, GLsizei /* width */, GLsizei /* height */, |
| 603 GLuint /* ioSurfaceId */, GLuint /* plane */) { | 609 GLuint /* ioSurfaceId */, GLuint /* plane */) { |
| 604 } | 610 } |
| 605 void GLES2InterfaceStub::CopyTextureCHROMIUM( | 611 void GLES2InterfaceStub::CopyTextureCHROMIUM( |
| 606 GLenum /* target */, GLenum /* source_id */, GLenum /* dest_id */, | 612 GLenum /* target */, GLenum /* source_id */, GLenum /* dest_id */, |
| 607 GLint /* level */, GLint /* internalformat */, GLenum /* dest_type */) { | 613 GLint /* level */, GLint /* internalformat */, GLenum /* dest_type */) { |
| 608 } | 614 } |
| 609 void GLES2InterfaceStub::DrawArraysInstancedANGLE( | 615 void GLES2InterfaceStub::DrawArraysInstancedANGLE( |
| 610 GLenum /* mode */, GLint /* first */, GLsizei /* count */, | 616 GLenum /* mode */, GLint /* first */, GLsizei /* count */, |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 662 } | 668 } |
| 663 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { | 669 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { |
| 664 } | 670 } |
| 665 void GLES2InterfaceStub::DrawBuffersEXT( | 671 void GLES2InterfaceStub::DrawBuffersEXT( |
| 666 GLsizei /* count */, const GLenum* /* bufs */) { | 672 GLsizei /* count */, const GLenum* /* bufs */) { |
| 667 } | 673 } |
| 668 void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() { | 674 void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() { |
| 669 } | 675 } |
| 670 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 676 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| 671 | 677 |
| OLD | NEW |