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

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

Issue 972833004: Revert of gpu: introduce glCopySubTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 866
867 void TexImageIOSurface2DCHROMIUM(GLenum target, 867 void TexImageIOSurface2DCHROMIUM(GLenum target,
868 GLsizei width, 868 GLsizei width,
869 GLsizei height, 869 GLsizei height,
870 GLuint ioSurfaceId, 870 GLuint ioSurfaceId,
871 GLuint plane) override; 871 GLuint plane) override;
872 872
873 void CopyTextureCHROMIUM(GLenum target, 873 void CopyTextureCHROMIUM(GLenum target,
874 GLenum source_id, 874 GLenum source_id,
875 GLenum dest_id, 875 GLenum dest_id,
876 GLint level,
876 GLint internalformat, 877 GLint internalformat,
877 GLenum dest_type) override; 878 GLenum dest_type) override;
878 879
879 void CopySubTextureCHROMIUM(GLenum target,
880 GLenum source_id,
881 GLenum dest_id,
882 GLint xoffset,
883 GLint yoffset) override;
884
885 void DrawArraysInstancedANGLE(GLenum mode, 880 void DrawArraysInstancedANGLE(GLenum mode,
886 GLint first, 881 GLint first,
887 GLsizei count, 882 GLsizei count,
888 GLsizei primcount) override; 883 GLsizei primcount) override;
889 884
890 void DrawElementsInstancedANGLE(GLenum mode, 885 void DrawElementsInstancedANGLE(GLenum mode,
891 GLsizei count, 886 GLsizei count,
892 GLenum type, 887 GLenum type,
893 const void* indices, 888 const void* indices,
894 GLsizei primcount) override; 889 GLsizei primcount) override;
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 984
990 void SwapInterval(GLint interval) override; 985 void SwapInterval(GLint interval) override;
991 986
992 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 987 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
993 988
994 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 989 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
995 990
996 void BlendBarrierKHR() override; 991 void BlendBarrierKHR() override;
997 992
998 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 993 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_cmd_helper_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698