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

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

Issue 1551143002: Remove the "target" argument from CopyTextureChromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error. Created 4 years, 11 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 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */, 905 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */,
906 GLint /* y */, 906 GLint /* y */,
907 GLint /* width */, 907 GLint /* width */,
908 GLint /* height */) {} 908 GLint /* height */) {}
909 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */, 909 void GLES2InterfaceStub::TexImageIOSurface2DCHROMIUM(GLenum /* target */,
910 GLsizei /* width */, 910 GLsizei /* width */,
911 GLsizei /* height */, 911 GLsizei /* height */,
912 GLuint /* ioSurfaceId */, 912 GLuint /* ioSurfaceId */,
913 GLuint /* plane */) {} 913 GLuint /* plane */) {}
914 void GLES2InterfaceStub::CopyTextureCHROMIUM( 914 void GLES2InterfaceStub::CopyTextureCHROMIUM(
915 GLenum /* target */,
916 GLenum /* source_id */, 915 GLenum /* source_id */,
917 GLenum /* dest_id */, 916 GLenum /* dest_id */,
918 GLint /* internalformat */, 917 GLint /* internalformat */,
919 GLenum /* dest_type */, 918 GLenum /* dest_type */,
920 GLboolean /* unpack_flip_y */, 919 GLboolean /* unpack_flip_y */,
921 GLboolean /* unpack_premultiply_alpha */, 920 GLboolean /* unpack_premultiply_alpha */,
922 GLboolean /* unpack_unmultiply_alpha */) {} 921 GLboolean /* unpack_unmultiply_alpha */) {}
923 void GLES2InterfaceStub::CopySubTextureCHROMIUM( 922 void GLES2InterfaceStub::CopySubTextureCHROMIUM(
924 GLenum /* target */,
925 GLenum /* source_id */, 923 GLenum /* source_id */,
926 GLenum /* dest_id */, 924 GLenum /* dest_id */,
927 GLint /* xoffset */, 925 GLint /* xoffset */,
928 GLint /* yoffset */, 926 GLint /* yoffset */,
929 GLint /* x */, 927 GLint /* x */,
930 GLint /* y */, 928 GLint /* y */,
931 GLsizei /* width */, 929 GLsizei /* width */,
932 GLsizei /* height */, 930 GLsizei /* height */,
933 GLboolean /* unpack_flip_y */, 931 GLboolean /* unpack_flip_y */,
934 GLboolean /* unpack_premultiply_alpha */, 932 GLboolean /* unpack_premultiply_alpha */,
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 GLuint /* index */, 1170 GLuint /* index */,
1173 const char* /* name */) {} 1171 const char* /* name */) {}
1174 void GLES2InterfaceStub::BindFragDataLocationEXT(GLuint /* program */, 1172 void GLES2InterfaceStub::BindFragDataLocationEXT(GLuint /* program */,
1175 GLuint /* colorNumber */, 1173 GLuint /* colorNumber */,
1176 const char* /* name */) {} 1174 const char* /* name */) {}
1177 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */, 1175 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */,
1178 const char* /* name */) { 1176 const char* /* name */) {
1179 return 0; 1177 return 0;
1180 } 1178 }
1181 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1179 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698