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

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

Issue 1272153004: Add glCompressedCopySubTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 GLint x, 682 GLint x,
683 GLint y, 683 GLint y,
684 GLsizei width, 684 GLsizei width,
685 GLsizei height, 685 GLsizei height,
686 GLboolean unpack_flip_y, 686 GLboolean unpack_flip_y,
687 GLboolean unpack_premultiply_alpha, 687 GLboolean unpack_premultiply_alpha,
688 GLboolean unpack_unmultiply_alpha) override; 688 GLboolean unpack_unmultiply_alpha) override;
689 void CompressedCopyTextureCHROMIUM(GLenum target, 689 void CompressedCopyTextureCHROMIUM(GLenum target,
690 GLenum source_id, 690 GLenum source_id,
691 GLenum dest_id) override; 691 GLenum dest_id) override;
692 void CompressedCopySubTextureCHROMIUM(GLenum target,
693 GLenum source_id,
694 GLenum dest_id,
695 GLint xoffset,
696 GLint yoffset,
697 GLint x,
698 GLint y,
699 GLsizei width,
700 GLsizei height) override;
692 void DrawArraysInstancedANGLE(GLenum mode, 701 void DrawArraysInstancedANGLE(GLenum mode,
693 GLint first, 702 GLint first,
694 GLsizei count, 703 GLsizei count,
695 GLsizei primcount) override; 704 GLsizei primcount) override;
696 void DrawElementsInstancedANGLE(GLenum mode, 705 void DrawElementsInstancedANGLE(GLenum mode,
697 GLsizei count, 706 GLsizei count,
698 GLenum type, 707 GLenum type,
699 const void* indices, 708 const void* indices,
700 GLsizei primcount) override; 709 GLsizei primcount) override;
701 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; 710 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override;
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 GLenum fillMode, 800 GLenum fillMode,
792 GLuint mask, 801 GLuint mask,
793 GLenum coverMode) override; 802 GLenum coverMode) override;
794 void StencilThenCoverStrokePathCHROMIUM(GLuint path, 803 void StencilThenCoverStrokePathCHROMIUM(GLuint path,
795 GLint reference, 804 GLint reference,
796 GLuint mask, 805 GLuint mask,
797 GLenum coverMode) override; 806 GLenum coverMode) override;
798 GLenum GetGraphicsResetStatusKHR() override; 807 GLenum GetGraphicsResetStatusKHR() override;
799 void BlendBarrierKHR() override; 808 void BlendBarrierKHR() override;
800 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 809 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698