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

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: Rebasing TOT! 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 GLint /* location */, 1151 GLint /* location */,
1155 GLenum /* genMode */, 1152 GLenum /* genMode */,
1156 GLint /* components */, 1153 GLint /* components */,
1157 const GLfloat* /* coeffs */) {} 1154 const GLfloat* /* coeffs */) {}
1158 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1155 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1159 return 0; 1156 return 0;
1160 } 1157 }
1161 void GLES2InterfaceStub::BlendBarrierKHR() {} 1158 void GLES2InterfaceStub::BlendBarrierKHR() {}
1162 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {} 1159 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {}
1163 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1160 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698