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

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

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: hide getBufferSubDataAsync behind ExperimentalCanvasFeatures Created 4 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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 void GLES2InterfaceStub::BindFragmentInputLocationCHROMIUM( 1126 void GLES2InterfaceStub::BindFragmentInputLocationCHROMIUM(
1127 GLuint /* program */, 1127 GLuint /* program */,
1128 GLint /* location */, 1128 GLint /* location */,
1129 const char* /* name */) {} 1129 const char* /* name */) {}
1130 void GLES2InterfaceStub::ProgramPathFragmentInputGenCHROMIUM( 1130 void GLES2InterfaceStub::ProgramPathFragmentInputGenCHROMIUM(
1131 GLuint /* program */, 1131 GLuint /* program */,
1132 GLint /* location */, 1132 GLint /* location */,
1133 GLenum /* genMode */, 1133 GLenum /* genMode */,
1134 GLint /* components */, 1134 GLint /* components */,
1135 const GLfloat* /* coeffs */) {} 1135 const GLfloat* /* coeffs */) {}
1136 void* GLES2InterfaceStub::GetBufferSubDataAsyncCHROMIUM(GLenum /* target */,
1137 GLintptr /* offset */,
1138 GLsizeiptr /* size */) {
1139 return 0;
1140 }
1136 void GLES2InterfaceStub::CoverageModulationCHROMIUM(GLenum /* components */) {} 1141 void GLES2InterfaceStub::CoverageModulationCHROMIUM(GLenum /* components */) {}
1137 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { 1142 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
1138 return 0; 1143 return 0;
1139 } 1144 }
1140 void GLES2InterfaceStub::BlendBarrierKHR() {} 1145 void GLES2InterfaceStub::BlendBarrierKHR() {}
1141 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {} 1146 void GLES2InterfaceStub::ApplyScreenSpaceAntialiasingCHROMIUM() {}
1142 void GLES2InterfaceStub::BindFragDataLocationIndexedEXT( 1147 void GLES2InterfaceStub::BindFragDataLocationIndexedEXT(
1143 GLuint /* program */, 1148 GLuint /* program */,
1144 GLuint /* colorNumber */, 1149 GLuint /* colorNumber */,
1145 GLuint /* index */, 1150 GLuint /* index */,
1146 const char* /* name */) {} 1151 const char* /* name */) {}
1147 void GLES2InterfaceStub::BindFragDataLocationEXT(GLuint /* program */, 1152 void GLES2InterfaceStub::BindFragDataLocationEXT(GLuint /* program */,
1148 GLuint /* colorNumber */, 1153 GLuint /* colorNumber */,
1149 const char* /* name */) {} 1154 const char* /* name */) {}
1150 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */, 1155 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */,
1151 const char* /* name */) { 1156 const char* /* name */) {
1152 return 0; 1157 return 0;
1153 } 1158 }
1154 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM( 1159 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM(
1155 GLint /* location */, 1160 GLint /* location */,
1156 GLboolean /* transpose */, 1161 GLboolean /* transpose */,
1157 const GLfloat* /* transform */) {} 1162 const GLfloat* /* transform */) {}
1158 void GLES2InterfaceStub::SwapBuffersWithDamageCHROMIUM(GLint /* x */, 1163 void GLES2InterfaceStub::SwapBuffersWithDamageCHROMIUM(GLint /* x */,
1159 GLint /* y */, 1164 GLint /* y */,
1160 GLint /* width */, 1165 GLint /* width */,
1161 GLint /* height */) {} 1166 GLint /* height */) {}
1162 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1167 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698