| 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 const char* /* feature */) { | 520 const char* /* feature */) { |
| 521 return 0; | 521 return 0; |
| 522 } | 522 } |
| 523 void* GLES2InterfaceStub::MapBufferCHROMIUM( | 523 void* GLES2InterfaceStub::MapBufferCHROMIUM( |
| 524 GLuint /* target */, GLenum /* access */) { | 524 GLuint /* target */, GLenum /* access */) { |
| 525 return 0; | 525 return 0; |
| 526 } | 526 } |
| 527 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) { | 527 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) { |
| 528 return 0; | 528 return 0; |
| 529 } | 529 } |
| 530 void* GLES2InterfaceStub::MapImageCHROMIUM( |
| 531 GLuint /* image_id */, GLenum /* access */) { |
| 532 return 0; |
| 533 } |
| 534 void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) { |
| 535 } |
| 530 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM( | 536 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM( |
| 531 GLuint /* target */, GLintptr /* offset */, GLsizeiptr /* size */, | 537 GLuint /* target */, GLintptr /* offset */, GLsizeiptr /* size */, |
| 532 GLenum /* access */) { | 538 GLenum /* access */) { |
| 533 return 0; | 539 return 0; |
| 534 } | 540 } |
| 535 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) { | 541 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) { |
| 536 } | 542 } |
| 537 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM( | 543 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM( |
| 538 GLenum /* target */, GLint /* level */, GLint /* xoffset */, | 544 GLenum /* target */, GLint /* level */, GLint /* xoffset */, |
| 539 GLint /* yoffset */, GLsizei /* width */, GLsizei /* height */, | 545 GLint /* yoffset */, GLsizei /* width */, GLsizei /* height */, |
| (...skipping 19 matching lines...) Expand all Loading... |
| 559 } | 565 } |
| 560 void GLES2InterfaceStub::GetProgramInfoCHROMIUM( | 566 void GLES2InterfaceStub::GetProgramInfoCHROMIUM( |
| 561 GLuint /* program */, GLsizei /* bufsize */, GLsizei* /* size */, | 567 GLuint /* program */, GLsizei /* bufsize */, GLsizei* /* size */, |
| 562 void* /* info */) { | 568 void* /* info */) { |
| 563 } | 569 } |
| 564 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { | 570 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { |
| 565 return 0; | 571 return 0; |
| 566 } | 572 } |
| 567 void GLES2InterfaceStub::DestroyStreamTextureCHROMIUM(GLuint /* texture */) { | 573 void GLES2InterfaceStub::DestroyStreamTextureCHROMIUM(GLuint /* texture */) { |
| 568 } | 574 } |
| 575 GLuint GLES2InterfaceStub::CreateImageCHROMIUM( |
| 576 GLsizei /* width */, GLsizei /* height */, GLenum /* internalformat */) { |
| 577 return 0; |
| 578 } |
| 579 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { |
| 580 } |
| 581 void GLES2InterfaceStub::GetImageParameterivCHROMIUM( |
| 582 GLuint /* image_id */, GLenum /* pname */, GLint* /* params */) { |
| 583 } |
| 569 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE( | 584 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE( |
| 570 GLuint /* shader */, GLsizei /* bufsize */, GLsizei* /* length */, | 585 GLuint /* shader */, GLsizei /* bufsize */, GLsizei* /* length */, |
| 571 char* /* source */) { | 586 char* /* source */) { |
| 572 } | 587 } |
| 573 void GLES2InterfaceStub::PostSubBufferCHROMIUM( | 588 void GLES2InterfaceStub::PostSubBufferCHROMIUM( |
| 574 GLint /* x */, GLint /* y */, GLint /* width */, GLint /* height */) { | 589 GLint /* x */, GLint /* y */, GLint /* width */, GLint /* height */) { |
| 575 } | 590 } |
| 576 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM( | 591 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM( |
| 577 GLenum /* target */, GLsizei /* width */, GLsizei /* height */, | 592 GLenum /* target */, GLsizei /* width */, GLsizei /* height */, |
| 578 GLuint /* ioSurfaceId */, GLuint /* plane */) { | 593 GLuint /* ioSurfaceId */, GLuint /* plane */) { |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { | 650 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { |
| 636 return 0; | 651 return 0; |
| 637 } | 652 } |
| 638 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { | 653 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { |
| 639 } | 654 } |
| 640 void GLES2InterfaceStub::DrawBuffersEXT( | 655 void GLES2InterfaceStub::DrawBuffersEXT( |
| 641 GLsizei /* count */, const GLenum* /* bufs */) { | 656 GLsizei /* count */, const GLenum* /* bufs */) { |
| 642 } | 657 } |
| 643 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 658 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| 644 | 659 |
| OLD | NEW |