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

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

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 void* /* info */) {} 876 void* /* info */) {}
877 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM( 877 void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM(
878 GLuint /* program */, 878 GLuint /* program */,
879 GLsizei /* bufsize */, 879 GLsizei /* bufsize */,
880 GLsizei* /* size */, 880 GLsizei* /* size */,
881 void* /* info */) {} 881 void* /* info */) {}
882 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */, 882 void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */,
883 GLsizei /* bufsize */, 883 GLsizei /* bufsize */,
884 GLsizei* /* size */, 884 GLsizei* /* size */,
885 void* /* info */) {} 885 void* /* info */) {}
886 GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) {
887 return 0;
888 }
889 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */, 886 GLuint GLES2InterfaceStub::CreateImageCHROMIUM(ClientBuffer /* buffer */,
890 GLsizei /* width */, 887 GLsizei /* width */,
891 GLsizei /* height */, 888 GLsizei /* height */,
892 GLenum /* internalformat */) { 889 GLenum /* internalformat */) {
893 return 0; 890 return 0;
894 } 891 }
895 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {} 892 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {}
896 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM( 893 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM(
897 GLsizei /* width */, 894 GLsizei /* width */,
898 GLsizei /* height */, 895 GLsizei /* height */,
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 GLuint /* path */, 1080 GLuint /* path */,
1084 GLint /* reference */, 1081 GLint /* reference */,
1085 GLuint /* mask */, 1082 GLuint /* mask */,
1086 GLenum /* coverMode */) {} 1083 GLenum /* coverMode */) {}
1087 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1084 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1088 return 0; 1085 return 0;
1089 } 1086 }
1090 void GLES2InterfaceStub::BlendBarrierKHR() {} 1087 void GLES2InterfaceStub::BlendBarrierKHR() {}
1091 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {} 1088 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {}
1092 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1089 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698