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

Side by Side Diff: gpu/command_buffer/client/gles2_implementation_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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 void GetTranslatedShaderSourceANGLE(GLuint shader, 929 void GetTranslatedShaderSourceANGLE(GLuint shader,
930 GLsizei bufsize, 930 GLsizei bufsize,
931 GLsizei* length, 931 GLsizei* length,
932 char* source) override; 932 char* source) override;
933 933
934 void PostSubBufferCHROMIUM(GLint x, 934 void PostSubBufferCHROMIUM(GLint x,
935 GLint y, 935 GLint y,
936 GLint width, 936 GLint width,
937 GLint height) override; 937 GLint height) override;
938 938
939 void CopyTextureCHROMIUM(GLuint source_id, 939 void CopyTextureCHROMIUM(GLenum source_id,
940 GLint source_level, 940 GLint source_level,
941 GLenum dest_target, 941 GLenum dest_target,
942 GLuint dest_id, 942 GLenum dest_id,
943 GLint dest_level, 943 GLint dest_level,
944 GLint internalformat, 944 GLint internalformat,
945 GLenum dest_type, 945 GLenum dest_type,
946 GLboolean unpack_flip_y, 946 GLboolean unpack_flip_y,
947 GLboolean unpack_premultiply_alpha, 947 GLboolean unpack_premultiply_alpha,
948 GLboolean unpack_unmultiply_alpha) override; 948 GLboolean unpack_unmultiply_alpha) override;
949 949
950 void CopySubTextureCHROMIUM(GLuint source_id, 950 void CopySubTextureCHROMIUM(GLenum source_id,
951 GLint source_level, 951 GLint source_level,
952 GLenum dest_target, 952 GLenum dest_target,
953 GLuint dest_id, 953 GLenum dest_id,
954 GLint dest_level, 954 GLint dest_level,
955 GLint xoffset, 955 GLint xoffset,
956 GLint yoffset, 956 GLint yoffset,
957 GLint x, 957 GLint x,
958 GLint y, 958 GLint y,
959 GLsizei width, 959 GLsizei width,
960 GLsizei height, 960 GLsizei height,
961 GLboolean unpack_flip_y, 961 GLboolean unpack_flip_y,
962 GLboolean unpack_premultiply_alpha, 962 GLboolean unpack_premultiply_alpha,
963 GLboolean unpack_unmultiply_alpha) override; 963 GLboolean unpack_unmultiply_alpha) override;
964 964
965 void CompressedCopyTextureCHROMIUM(GLuint source_id, GLuint dest_id) override; 965 void CompressedCopyTextureCHROMIUM(GLenum source_id, GLenum dest_id) override;
966 966
967 void DrawArraysInstancedANGLE(GLenum mode, 967 void DrawArraysInstancedANGLE(GLenum mode,
968 GLint first, 968 GLint first,
969 GLsizei count, 969 GLsizei count,
970 GLsizei primcount) override; 970 GLsizei primcount) override;
971 971
972 void DrawElementsInstancedANGLE(GLenum mode, 972 void DrawElementsInstancedANGLE(GLenum mode,
973 GLsizei count, 973 GLsizei count,
974 GLenum type, 974 GLenum type,
975 const void* indices, 975 const void* indices,
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; 1221 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override;
1222 1222
1223 void SetDrawRectangleCHROMIUM(GLint x, 1223 void SetDrawRectangleCHROMIUM(GLint x,
1224 GLint y, 1224 GLint y,
1225 GLint width, 1225 GLint width,
1226 GLint height) override; 1226 GLint height) override;
1227 1227
1228 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override; 1228 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override;
1229 1229
1230 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1230 #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