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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_stub_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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 char* source) override; 660 char* source) override;
661 void PostSubBufferCHROMIUM(GLint x, 661 void PostSubBufferCHROMIUM(GLint x,
662 GLint y, 662 GLint y,
663 GLint width, 663 GLint width,
664 GLint height) override; 664 GLint height) override;
665 void TexImageIOSurface2DCHROMIUM(GLenum target, 665 void TexImageIOSurface2DCHROMIUM(GLenum target,
666 GLsizei width, 666 GLsizei width,
667 GLsizei height, 667 GLsizei height,
668 GLuint ioSurfaceId, 668 GLuint ioSurfaceId,
669 GLuint plane) override; 669 GLuint plane) override;
670 void CopyTextureCHROMIUM(GLenum target, 670 void CopyTextureCHROMIUM(GLenum source_id,
671 GLenum source_id,
672 GLenum dest_id, 671 GLenum dest_id,
673 GLint internalformat, 672 GLint internalformat,
674 GLenum dest_type, 673 GLenum dest_type,
675 GLboolean unpack_flip_y, 674 GLboolean unpack_flip_y,
676 GLboolean unpack_premultiply_alpha, 675 GLboolean unpack_premultiply_alpha,
677 GLboolean unpack_unmultiply_alpha) override; 676 GLboolean unpack_unmultiply_alpha) override;
678 void CopySubTextureCHROMIUM(GLenum target, 677 void CopySubTextureCHROMIUM(GLenum source_id,
679 GLenum source_id,
680 GLenum dest_id, 678 GLenum dest_id,
681 GLint xoffset, 679 GLint xoffset,
682 GLint yoffset, 680 GLint yoffset,
683 GLint x, 681 GLint x,
684 GLint y, 682 GLint y,
685 GLsizei width, 683 GLsizei width,
686 GLsizei height, 684 GLsizei height,
687 GLboolean unpack_flip_y, 685 GLboolean unpack_flip_y,
688 GLboolean unpack_premultiply_alpha, 686 GLboolean unpack_premultiply_alpha,
689 GLboolean unpack_unmultiply_alpha) override; 687 GLboolean unpack_unmultiply_alpha) override;
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 865 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
868 void BindFragDataLocationIndexedEXT(GLuint program, 866 void BindFragDataLocationIndexedEXT(GLuint program,
869 GLuint colorNumber, 867 GLuint colorNumber,
870 GLuint index, 868 GLuint index,
871 const char* name) override; 869 const char* name) override;
872 void BindFragDataLocationEXT(GLuint program, 870 void BindFragDataLocationEXT(GLuint program,
873 GLuint colorNumber, 871 GLuint colorNumber,
874 const char* name) override; 872 const char* name) override;
875 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 873 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
876 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 874 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_interface_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698