OLD | NEW |
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 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
679 GLint x, | 679 GLint x, |
680 GLint y, | 680 GLint y, |
681 GLsizei width, | 681 GLsizei width, |
682 GLsizei height, | 682 GLsizei height, |
683 GLboolean unpack_flip_y, | 683 GLboolean unpack_flip_y, |
684 GLboolean unpack_premultiply_alpha, | 684 GLboolean unpack_premultiply_alpha, |
685 GLboolean unpack_unmultiply_alpha) override; | 685 GLboolean unpack_unmultiply_alpha) override; |
686 void CompressedCopyTextureCHROMIUM(GLenum target, | 686 void CompressedCopyTextureCHROMIUM(GLenum target, |
687 GLenum source_id, | 687 GLenum source_id, |
688 GLenum dest_id) override; | 688 GLenum dest_id) override; |
| 689 void CompressedCopySubTextureCHROMIUM(GLenum target, |
| 690 GLenum source_id, |
| 691 GLenum dest_id, |
| 692 GLint xoffset, |
| 693 GLint yoffset, |
| 694 GLint x, |
| 695 GLint y, |
| 696 GLsizei width, |
| 697 GLsizei height) override; |
689 void DrawArraysInstancedANGLE(GLenum mode, | 698 void DrawArraysInstancedANGLE(GLenum mode, |
690 GLint first, | 699 GLint first, |
691 GLsizei count, | 700 GLsizei count, |
692 GLsizei primcount) override; | 701 GLsizei primcount) override; |
693 void DrawElementsInstancedANGLE(GLenum mode, | 702 void DrawElementsInstancedANGLE(GLenum mode, |
694 GLsizei count, | 703 GLsizei count, |
695 GLenum type, | 704 GLenum type, |
696 const void* indices, | 705 const void* indices, |
697 GLsizei primcount) override; | 706 GLsizei primcount) override; |
698 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; | 707 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 GLenum fillMode, | 797 GLenum fillMode, |
789 GLuint mask, | 798 GLuint mask, |
790 GLenum coverMode) override; | 799 GLenum coverMode) override; |
791 void StencilThenCoverStrokePathCHROMIUM(GLuint path, | 800 void StencilThenCoverStrokePathCHROMIUM(GLuint path, |
792 GLint reference, | 801 GLint reference, |
793 GLuint mask, | 802 GLuint mask, |
794 GLenum coverMode) override; | 803 GLenum coverMode) override; |
795 GLenum GetGraphicsResetStatusKHR() override; | 804 GLenum GetGraphicsResetStatusKHR() override; |
796 void BlendBarrierKHR() override; | 805 void BlendBarrierKHR() override; |
797 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 806 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |