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

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

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 GLuint /* height */, 687 GLuint /* height */,
688 GLfloat /* scale_factor */) { 688 GLfloat /* scale_factor */) {
689 } 689 }
690 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() { 690 const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() {
691 return 0; 691 return 0;
692 } 692 }
693 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) { 693 void GLES2InterfaceStub::RequestExtensionCHROMIUM(const char* /* extension */) {
694 } 694 }
695 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() { 695 void GLES2InterfaceStub::RateLimitOffscreenContextCHROMIUM() {
696 } 696 }
697 void GLES2InterfaceStub::GetMultipleIntegervCHROMIUM(const GLenum* /* pnames */,
698 GLuint /* count */,
699 GLint* /* results */,
700 GLsizeiptr /* size */) {
701 }
702 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, 697 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */,
703 GLsizei /* bufsize */, 698 GLsizei /* bufsize */,
704 GLsizei* /* size */, 699 GLsizei* /* size */,
705 void* /* info */) { 700 void* /* info */) {
706 } 701 }
707 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { 702 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
708 return 0; 703 return 0;
709 } 704 }
710 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, 705 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */,
711 GLsizei /* width */, 706 GLsizei /* width */,
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 } 769 }
775 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM( 770 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM(
776 GLenum /* target */, 771 GLenum /* target */,
777 const GLbyte* /* mailbox */) { 772 const GLbyte* /* mailbox */) {
778 return 0; 773 return 0;
779 } 774 }
780 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, 775 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */,
781 GLint /* location */, 776 GLint /* location */,
782 const char* /* name */) { 777 const char* /* name */) {
783 } 778 }
779 void GLES2InterfaceStub::GenValuebuffersCHROMIUM(GLsizei /* n */,
780 GLuint* /* buffers */) {
781 }
782 void GLES2InterfaceStub::DeleteValuebuffersCHROMIUM(
783 GLsizei /* n */,
784 const GLuint* /* valuebuffers */) {
785 }
786 GLboolean GLES2InterfaceStub::IsValuebufferCHROMIUM(GLuint /* valuebuffer */) {
787 return 0;
788 }
789 void GLES2InterfaceStub::BindValuebufferCHROMIUM(GLenum /* target */,
790 GLuint /* valuebuffer */) {
791 }
792 void GLES2InterfaceStub::SubscribeValueCHROMIUM(GLenum /* target */,
793 GLenum /* subscription */) {
794 }
795 void GLES2InterfaceStub::PopulateSubscribedValuesCHROMIUM(GLenum /* target */) {
796 }
797 void GLES2InterfaceStub::UniformValuebufferCHROMIUM(GLint /* location */,
798 GLenum /* target */,
799 GLenum /* subscription */) {
800 }
784 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, 801 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */,
785 GLint /* imageId */) { 802 GLint /* imageId */) {
786 } 803 }
787 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, 804 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */,
788 GLint /* imageId */) { 805 GLint /* imageId */) {
789 } 806 }
790 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* name */) { 807 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* name */) {
791 } 808 }
792 void GLES2InterfaceStub::TraceEndCHROMIUM() { 809 void GLES2InterfaceStub::TraceEndCHROMIUM() {
793 } 810 }
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 GLfloat /* uv_height */) { 864 GLfloat /* uv_height */) {
848 } 865 }
849 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 866 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
850 const GLfloat* /* m */) { 867 const GLfloat* /* m */) {
851 } 868 }
852 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 869 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
853 } 870 }
854 void GLES2InterfaceStub::BlendBarrierKHR() { 871 void GLES2InterfaceStub::BlendBarrierKHR() {
855 } 872 }
856 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 873 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698