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

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

Issue 2443023002: gpu: Add CHROMIUM_copy_image extension.
Patch Set: rebase Created 4 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 return 0; 966 return 0;
967 } 967 }
968 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, 968 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */,
969 GLint /* location */, 969 GLint /* location */,
970 const char* /* name */) {} 970 const char* /* name */) {}
971 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, 971 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */,
972 GLint /* imageId */, 972 GLint /* imageId */,
973 GLint /* fenceId */) {} 973 GLint /* fenceId */) {}
974 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, 974 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */,
975 GLint /* imageId */) {} 975 GLint /* imageId */) {}
976 void GLES2InterfaceStub::CopyImageSubDataCHROMIUM(GLint /* source_image_id */,
977 GLint /* dest_texture_id */,
978 GLint /* xoffset */,
979 GLint /* yoffset */,
980 GLint /* x */,
981 GLint /* y */,
982 GLsizei /* width */,
983 GLsizei /* height */,
984 GLint /* in_fence_id */,
985 GLint /* out_fence_id */) {}
976 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */, 986 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */,
977 const char* /* trace_name */) {} 987 const char* /* trace_name */) {}
978 void GLES2InterfaceStub::TraceEndCHROMIUM() {} 988 void GLES2InterfaceStub::TraceEndCHROMIUM() {}
979 void GLES2InterfaceStub::DiscardFramebufferEXT( 989 void GLES2InterfaceStub::DiscardFramebufferEXT(
980 GLenum /* target */, 990 GLenum /* target */,
981 GLsizei /* count */, 991 GLsizei /* count */,
982 const GLenum* /* attachments */) {} 992 const GLenum* /* attachments */) {}
983 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, 993 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */,
984 GLenum /* other */) {} 994 GLenum /* other */) {}
985 GLuint64 GLES2InterfaceStub::InsertFenceSyncCHROMIUM() { 995 GLuint64 GLES2InterfaceStub::InsertFenceSyncCHROMIUM() {
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 } 1176 }
1167 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM( 1177 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM(
1168 GLint /* location */, 1178 GLint /* location */,
1169 GLboolean /* transpose */, 1179 GLboolean /* transpose */,
1170 const GLfloat* /* transform */) {} 1180 const GLfloat* /* transform */) {}
1171 void GLES2InterfaceStub::SwapBuffersWithDamageCHROMIUM(GLint /* x */, 1181 void GLES2InterfaceStub::SwapBuffersWithDamageCHROMIUM(GLint /* x */,
1172 GLint /* y */, 1182 GLint /* y */,
1173 GLint /* width */, 1183 GLint /* width */,
1174 GLint /* height */) {} 1184 GLint /* height */) {}
1175 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1185 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698