Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Side by Side Diff: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Rollback decoder changes Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 GLboolean GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) {
535 return 0;
536 }
530 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM( 537 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(
531 GLuint /* target */, GLintptr /* offset */, GLsizeiptr /* size */, 538 GLuint /* target */, GLintptr /* offset */, GLsizeiptr /* size */,
532 GLenum /* access */) { 539 GLenum /* access */) {
533 return 0; 540 return 0;
534 } 541 }
535 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) { 542 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) {
536 } 543 }
537 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM( 544 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(
538 GLenum /* target */, GLint /* level */, GLint /* xoffset */, 545 GLenum /* target */, GLint /* level */, GLint /* xoffset */,
539 GLint /* yoffset */, GLsizei /* width */, GLsizei /* height */, 546 GLint /* yoffset */, GLsizei /* width */, GLsizei /* height */,
(...skipping 19 matching lines...) Expand all
559 } 566 }
560 void GLES2InterfaceStub::GetProgramInfoCHROMIUM( 567 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(
561 GLuint /* program */, GLsizei /* bufsize */, GLsizei* /* size */, 568 GLuint /* program */, GLsizei /* bufsize */, GLsizei* /* size */,
562 void* /* info */) { 569 void* /* info */) {
563 } 570 }
564 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { 571 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
565 return 0; 572 return 0;
566 } 573 }
567 void GLES2InterfaceStub::DestroyStreamTextureCHROMIUM(GLuint /* texture */) { 574 void GLES2InterfaceStub::DestroyStreamTextureCHROMIUM(GLuint /* texture */) {
568 } 575 }
576 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(
577 GLsizei /* width */, GLsizei /* height */) {
578 return 0;
579 }
580 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {
581 }
582 void GLES2InterfaceStub::GetImageParameterivCHROMIUM(
583 GLuint /* image_id */, GLenum /* pname */, GLint* /* params */) {
584 }
569 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE( 585 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(
570 GLuint /* shader */, GLsizei /* bufsize */, GLsizei* /* length */, 586 GLuint /* shader */, GLsizei /* bufsize */, GLsizei* /* length */,
571 char* /* source */) { 587 char* /* source */) {
572 } 588 }
573 void GLES2InterfaceStub::PostSubBufferCHROMIUM( 589 void GLES2InterfaceStub::PostSubBufferCHROMIUM(
574 GLint /* x */, GLint /* y */, GLint /* width */, GLint /* height */) { 590 GLint /* x */, GLint /* y */, GLint /* width */, GLint /* height */) {
575 } 591 }
576 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM( 592 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(
577 GLenum /* target */, GLsizei /* width */, GLsizei /* height */, 593 GLenum /* target */, GLsizei /* width */, GLsizei /* height */,
578 GLuint /* ioSurfaceId */, GLuint /* plane */) { 594 GLuint /* ioSurfaceId */, GLuint /* plane */) {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { 651 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() {
636 return 0; 652 return 0;
637 } 653 }
638 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { 654 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {
639 } 655 }
640 void GLES2InterfaceStub::DrawBuffersEXT( 656 void GLES2InterfaceStub::DrawBuffersEXT(
641 GLsizei /* count */, const GLenum* /* bufs */) { 657 GLsizei /* count */, const GLenum* /* bufs */) {
642 } 658 }
643 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 659 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
644 660
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698