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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 void DestroyImageCHROMIUM(GLuint image_id) override; | 656 void DestroyImageCHROMIUM(GLuint image_id) override; |
657 void DescheduleUntilFinishedCHROMIUM() override; | 657 void DescheduleUntilFinishedCHROMIUM() override; |
658 void GetTranslatedShaderSourceANGLE(GLuint shader, | 658 void GetTranslatedShaderSourceANGLE(GLuint shader, |
659 GLsizei bufsize, | 659 GLsizei bufsize, |
660 GLsizei* length, | 660 GLsizei* length, |
661 char* source) override; | 661 char* source) override; |
662 void PostSubBufferCHROMIUM(GLint x, | 662 void PostSubBufferCHROMIUM(GLint x, |
663 GLint y, | 663 GLint y, |
664 GLint width, | 664 GLint width, |
665 GLint height) override; | 665 GLint height) override; |
666 void CopyTextureCHROMIUM(GLuint source_id, | 666 void CopyTextureCHROMIUM(GLenum source_id, |
667 GLint source_level, | 667 GLint source_level, |
668 GLenum dest_target, | 668 GLenum dest_target, |
669 GLuint dest_id, | 669 GLenum dest_id, |
670 GLint dest_level, | 670 GLint dest_level, |
671 GLint internalformat, | 671 GLint internalformat, |
672 GLenum dest_type, | 672 GLenum dest_type, |
673 GLboolean unpack_flip_y, | 673 GLboolean unpack_flip_y, |
674 GLboolean unpack_premultiply_alpha, | 674 GLboolean unpack_premultiply_alpha, |
675 GLboolean unpack_unmultiply_alpha) override; | 675 GLboolean unpack_unmultiply_alpha) override; |
676 void CopySubTextureCHROMIUM(GLuint source_id, | 676 void CopySubTextureCHROMIUM(GLenum source_id, |
677 GLint source_level, | 677 GLint source_level, |
678 GLenum dest_target, | 678 GLenum dest_target, |
679 GLuint dest_id, | 679 GLenum dest_id, |
680 GLint dest_level, | 680 GLint dest_level, |
681 GLint xoffset, | 681 GLint xoffset, |
682 GLint yoffset, | 682 GLint yoffset, |
683 GLint x, | 683 GLint x, |
684 GLint y, | 684 GLint y, |
685 GLsizei width, | 685 GLsizei width, |
686 GLsizei height, | 686 GLsizei height, |
687 GLboolean unpack_flip_y, | 687 GLboolean unpack_flip_y, |
688 GLboolean unpack_premultiply_alpha, | 688 GLboolean unpack_premultiply_alpha, |
689 GLboolean unpack_unmultiply_alpha) override; | 689 GLboolean unpack_unmultiply_alpha) override; |
690 void CompressedCopyTextureCHROMIUM(GLuint source_id, GLuint dest_id) override; | 690 void CompressedCopyTextureCHROMIUM(GLenum source_id, GLenum dest_id) override; |
691 void DrawArraysInstancedANGLE(GLenum mode, | 691 void DrawArraysInstancedANGLE(GLenum mode, |
692 GLint first, | 692 GLint first, |
693 GLsizei count, | 693 GLsizei count, |
694 GLsizei primcount) override; | 694 GLsizei primcount) override; |
695 void DrawElementsInstancedANGLE(GLenum mode, | 695 void DrawElementsInstancedANGLE(GLenum mode, |
696 GLsizei count, | 696 GLsizei count, |
697 GLenum type, | 697 GLenum type, |
698 const void* indices, | 698 const void* indices, |
699 GLsizei primcount) override; | 699 GLsizei primcount) override; |
700 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; | 700 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
877 GLboolean promotion_hint, | 877 GLboolean promotion_hint, |
878 GLint display_x, | 878 GLint display_x, |
879 GLint display_y) override; | 879 GLint display_y) override; |
880 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; | 880 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; |
881 void SetDrawRectangleCHROMIUM(GLint x, | 881 void SetDrawRectangleCHROMIUM(GLint x, |
882 GLint y, | 882 GLint y, |
883 GLint width, | 883 GLint width, |
884 GLint height) override; | 884 GLint height) override; |
885 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override; | 885 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override; |
886 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 886 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
OLD | NEW |