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

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

Issue 634083002: gpu: Compositor management of GpuMemoryBuffer instances. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cc-pre-chromium-image-refactor
Patch Set: rebase Created 6 years, 2 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 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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) { 655 GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) {
656 return 0; 656 return 0;
657 } 657 }
658 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */, 658 void* GLES2InterfaceStub::MapBufferCHROMIUM(GLuint /* target */,
659 GLenum /* access */) { 659 GLenum /* access */) {
660 return 0; 660 return 0;
661 } 661 }
662 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) { 662 GLboolean GLES2InterfaceStub::UnmapBufferCHROMIUM(GLuint /* target */) {
663 return 0; 663 return 0;
664 } 664 }
665 void* GLES2InterfaceStub::MapImageCHROMIUM(GLuint /* image_id */) {
666 return 0;
667 }
668 void GLES2InterfaceStub::UnmapImageCHROMIUM(GLuint /* image_id */) {
669 }
670 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */, 665 void* GLES2InterfaceStub::MapBufferSubDataCHROMIUM(GLuint /* target */,
671 GLintptr /* offset */, 666 GLintptr /* offset */,
672 GLsizeiptr /* size */, 667 GLsizeiptr /* size */,
673 GLenum /* access */) { 668 GLenum /* access */) {
674 return 0; 669 return 0;
675 } 670 }
676 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) { 671 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) {
677 } 672 }
678 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */, 673 void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */,
679 GLint /* level */, 674 GLint /* level */,
(...skipping 25 matching lines...) Expand all
705 GLsizeiptr /* size */) { 700 GLsizeiptr /* size */) {
706 } 701 }
707 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, 702 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */,
708 GLsizei /* bufsize */, 703 GLsizei /* bufsize */,
709 GLsizei* /* size */, 704 GLsizei* /* size */,
710 void* /* info */) { 705 void* /* info */) {
711 } 706 }
712 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { 707 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
713 return 0; 708 return 0;
714 } 709 }
715 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(GLsizei /* width */, 710 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */,
711 GLsizei /* width */,
716 GLsizei /* height */, 712 GLsizei /* height */,
717 GLenum /* internalformat */, 713 GLenum /* internalformat */) {
718 GLenum /* usage */) {
719 return 0; 714 return 0;
720 } 715 }
721 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) { 716 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {
722 } 717 }
723 void GLES2InterfaceStub::GetImageParameterivCHROMIUM(GLuint /* image_id */,
724 GLenum /* pname */,
725 GLint* /* params */) {
726 }
727 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM( 718 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM(
728 GLsizei /* width */, 719 GLsizei /* width */,
729 GLsizei /* height */, 720 GLsizei /* height */,
730 GLenum /* internalformat */, 721 GLenum /* internalformat */,
731 GLenum /* usage */) { 722 GLenum /* usage */) {
732 return 0; 723 return 0;
733 } 724 }
734 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */, 725 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */,
735 GLsizei /* bufsize */, 726 GLsizei /* bufsize */,
736 GLsizei* /* length */, 727 GLsizei* /* length */,
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 GLfloat /* uv_y */, 845 GLfloat /* uv_y */,
855 GLfloat /* uv_width */, 846 GLfloat /* uv_width */,
856 GLfloat /* uv_height */) { 847 GLfloat /* uv_height */) {
857 } 848 }
858 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 849 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
859 const GLfloat* /* m */) { 850 const GLfloat* /* m */) {
860 } 851 }
861 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 852 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
862 } 853 }
863 #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