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

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

Issue 255713008: Change glimage to accept a type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 6 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 | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // It's formatted by clang-format using chromium coding style: 7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename 8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT! 9 // DO NOT EDIT!
10 10
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) { 668 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) {
669 return 0; 669 return 0;
670 } 670 }
671 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */, 671 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */,
672 GLenum /* access */) { 672 GLenum /* access */) {
673 return 0; 673 return 0;
674 } 674 }
675 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) { 675 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) {
676 return 0; 676 return 0;
677 } 677 }
678 void* GLES2InterfaceStub::MapImageCHROMIUM(GLuint /* image_id */, 678 void* GLES2InterfaceStub::MapImageCHROMIUM(GLuint /* image_id */) {
679 GLenum /* access */) {
680 return 0; 679 return 0;
681 } 680 }
682 void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) { 681 void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) {
683 } 682 }
684 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */, 683 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */,
685 GLintptr /* offset */, 684 GLintptr /* offset */,
686 GLsizeiptr /* size */, 685 GLsizeiptr /* size */,
687 GLenum /* access */) { 686 GLenum /* access */) {
688 return 0; 687 return 0;
689 } 688 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, 720 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */,
722 GLsizei /* bufsize */, 721 GLsizei /* bufsize */,
723 GLsizei* /* size */, 722 GLsizei* /* size */,
724 void* /* info */) { 723 void* /* info */) {
725 } 724 }
726 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { 725 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
727 return 0; 726 return 0;
728 } 727 }
729 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(GLsizei /* width */, 728 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(GLsizei /* width */,
730 GLsizei /* height */, 729 GLsizei /* height */,
731 GLenum /* internalformat */) { 730 GLenum /* internalformat */,
731 GLenum /* usage */) {
732 return 0; 732 return 0;
733 } 733 }
734 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { 734 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {
735 } 735 }
736 void GLES2InterfaceStub::GetImageParameterivCHROMIUM(GLuint /* image_id */, 736 void GLES2InterfaceStub::GetImageParameterivCHROMIUM(GLuint /* image_id */,
737 GLenum /* pname */, 737 GLenum /* pname */,
738 GLint* /* params */) { 738 GLint* /* params */) {
739 } 739 }
740 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */, 740 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */,
741 GLsizei /* bufsize */, 741 GLsizei /* bufsize */,
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 GLint /* bounds_x */, 845 GLint /* bounds_x */,
846 GLint /* bounds_y */, 846 GLint /* bounds_y */,
847 GLint /* bounds_width */, 847 GLint /* bounds_width */,
848 GLint /* bounds_height */, 848 GLint /* bounds_height */,
849 GLfloat /* uv_x */, 849 GLfloat /* uv_x */,
850 GLfloat /* uv_y */, 850 GLfloat /* uv_y */,
851 GLfloat /* uv_width */, 851 GLfloat /* uv_width */,
852 GLfloat /* uv_height */) { 852 GLfloat /* uv_height */) {
853 } 853 }
854 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 854 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698