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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 } | 542 } |
543 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM( | 543 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM( |
544 GLenum /* target */, GLint /* level */, GLint /* xoffset */, | 544 GLenum /* target */, GLint /* level */, GLint /* xoffset */, |
545 GLint /* yoffset */, GLsizei /* width */, GLsizei /* height */, | 545 GLint /* yoffset */, GLsizei /* width */, GLsizei /* height */, |
546 GLenum /* format */, GLenum /* type */, GLenum /* access */) { | 546 GLenum /* format */, GLenum /* type */, GLenum /* access */) { |
547 return 0; | 547 return 0; |
548 } | 548 } |
549 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) { | 549 void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) { |
550 } | 550 } |
551 void GLES2InterfaceStub::ResizeCHROMIUM( | 551 void GLES2InterfaceStub::ResizeCHROMIUM( |
552 GLuint /* width */, GLuint /* height */) { | 552 GLuint /* width */, GLuint /* height */, GLfloat /* scale_factor */) { |
553 } | 553 } |
554 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() { | 554 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() { |
555 return 0; | 555 return 0; |
556 } | 556 } |
557 void GLES2InterfaceStub::RequestExtensionCHROMIUM( | 557 void GLES2InterfaceStub::RequestExtensionCHROMIUM( |
558 const char* /* extension */) { | 558 const char* /* extension */) { |
559 } | 559 } |
560 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() { | 560 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() { |
561 } | 561 } |
562 void GLES2InterfaceStub::GetMultipleIntegervCHROMIUM( | 562 void GLES2InterfaceStub::GetMultipleIntegervCHROMIUM( |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { | 650 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { |
651 return 0; | 651 return 0; |
652 } | 652 } |
653 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { | 653 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { |
654 } | 654 } |
655 void GLES2InterfaceStub::DrawBuffersEXT( | 655 void GLES2InterfaceStub::DrawBuffersEXT( |
656 GLsizei /* count */, const GLenum* /* bufs */) { | 656 GLsizei /* count */, const GLenum* /* bufs */) { |
657 } | 657 } |
658 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 658 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
659 | 659 |
OLD | NEW |