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

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

Issue 2781863002: Revert of Update the passthrough command decoder to use the new CHROMIUM_copy_texture. (Closed)
Patch Set: Created 3 years, 8 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 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 void GLES2InterfaceStub::DescheduleUntilFinishedCHROMIUM() {} 901 void GLES2InterfaceStub::DescheduleUntilFinishedCHROMIUM() {}
902 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */, 902 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */,
903 GLsizei /* bufsize */, 903 GLsizei /* bufsize */,
904 GLsizei* /* length */, 904 GLsizei* /* length */,
905 char* /* source */) {} 905 char* /* source */) {}
906 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */, 906 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */,
907 GLint /* y */, 907 GLint /* y */,
908 GLint /* width */, 908 GLint /* width */,
909 GLint /* height */) {} 909 GLint /* height */) {}
910 void GLES2InterfaceStub::CopyTextureCHROMIUM( 910 void GLES2InterfaceStub::CopyTextureCHROMIUM(
911 GLuint /* source_id */, 911 GLenum /* source_id */,
912 GLint /* source_level */, 912 GLint /* source_level */,
913 GLenum /* dest_target */, 913 GLenum /* dest_target */,
914 GLuint /* dest_id */, 914 GLenum /* dest_id */,
915 GLint /* dest_level */, 915 GLint /* dest_level */,
916 GLint /* internalformat */, 916 GLint /* internalformat */,
917 GLenum /* dest_type */, 917 GLenum /* dest_type */,
918 GLboolean /* unpack_flip_y */, 918 GLboolean /* unpack_flip_y */,
919 GLboolean /* unpack_premultiply_alpha */, 919 GLboolean /* unpack_premultiply_alpha */,
920 GLboolean /* unpack_unmultiply_alpha */) {} 920 GLboolean /* unpack_unmultiply_alpha */) {}
921 void GLES2InterfaceStub::CopySubTextureCHROMIUM( 921 void GLES2InterfaceStub::CopySubTextureCHROMIUM(
922 GLuint /* source_id */, 922 GLenum /* source_id */,
923 GLint /* source_level */, 923 GLint /* source_level */,
924 GLenum /* dest_target */, 924 GLenum /* dest_target */,
925 GLuint /* dest_id */, 925 GLenum /* dest_id */,
926 GLint /* dest_level */, 926 GLint /* dest_level */,
927 GLint /* xoffset */, 927 GLint /* xoffset */,
928 GLint /* yoffset */, 928 GLint /* yoffset */,
929 GLint /* x */, 929 GLint /* x */,
930 GLint /* y */, 930 GLint /* y */,
931 GLsizei /* width */, 931 GLsizei /* width */,
932 GLsizei /* height */, 932 GLsizei /* height */,
933 GLboolean /* unpack_flip_y */, 933 GLboolean /* unpack_flip_y */,
934 GLboolean /* unpack_premultiply_alpha */, 934 GLboolean /* unpack_premultiply_alpha */,
935 GLboolean /* unpack_unmultiply_alpha */) {} 935 GLboolean /* unpack_unmultiply_alpha */) {}
936 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLuint /* source_id */, 936 void GLES2InterfaceStub::CompressedCopyTextureCHROMIUM(GLenum /* source_id */,
937 GLuint /* dest_id */) {} 937 GLenum /* dest_id */) {}
938 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */, 938 void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
939 GLint /* first */, 939 GLint /* first */,
940 GLsizei /* count */, 940 GLsizei /* count */,
941 GLsizei /* primcount */) {} 941 GLsizei /* primcount */) {}
942 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */, 942 void GLES2InterfaceStub::DrawElementsInstancedANGLE(GLenum /* mode */,
943 GLsizei /* count */, 943 GLsizei /* count */,
944 GLenum /* type */, 944 GLenum /* type */,
945 const void* /* indices */, 945 const void* /* indices */,
946 GLsizei /* primcount */) {} 946 GLsizei /* primcount */) {}
947 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */, 947 void GLES2InterfaceStub::VertexAttribDivisorANGLE(GLuint /* index */,
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 GLint /* display_y */) {} 1182 GLint /* display_y */) {}
1183 void GLES2InterfaceStub::SwapBuffersWithBoundsCHROMIUM( 1183 void GLES2InterfaceStub::SwapBuffersWithBoundsCHROMIUM(
1184 GLsizei /* count */, 1184 GLsizei /* count */,
1185 const GLint* /* rects */) {} 1185 const GLint* /* rects */) {}
1186 void GLES2InterfaceStub::SetDrawRectangleCHROMIUM(GLint /* x */, 1186 void GLES2InterfaceStub::SetDrawRectangleCHROMIUM(GLint /* x */,
1187 GLint /* y */, 1187 GLint /* y */,
1188 GLint /* width */, 1188 GLint /* width */,
1189 GLint /* height */) {} 1189 GLint /* height */) {}
1190 void GLES2InterfaceStub::SetEnableDCLayersCHROMIUM(GLboolean /* enabled */) {} 1190 void GLES2InterfaceStub::SetEnableDCLayersCHROMIUM(GLboolean /* enabled */) {}
1191 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1191 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698