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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 GLint x, | 705 GLint x, |
706 GLint y, | 706 GLint y, |
707 GLsizei width, | 707 GLsizei width, |
708 GLsizei height, | 708 GLsizei height, |
709 GLboolean unpack_flip_y, | 709 GLboolean unpack_flip_y, |
710 GLboolean unpack_premultiply_alpha, | 710 GLboolean unpack_premultiply_alpha, |
711 GLboolean unpack_unmultiply_alpha) override; | 711 GLboolean unpack_unmultiply_alpha) override; |
712 void CompressedCopyTextureCHROMIUM(GLenum target, | 712 void CompressedCopyTextureCHROMIUM(GLenum target, |
713 GLenum source_id, | 713 GLenum source_id, |
714 GLenum dest_id) override; | 714 GLenum dest_id) override; |
715 void CompressedCopySubTextureCHROMIUM(GLenum target, | |
716 GLenum source_id, | |
717 GLenum dest_id, | |
718 GLint xoffset, | |
719 GLint yoffset, | |
720 GLint x, | |
721 GLint y, | |
722 GLsizei width, | |
723 GLsizei height) override; | |
724 void DrawArraysInstancedANGLE(GLenum mode, | 715 void DrawArraysInstancedANGLE(GLenum mode, |
725 GLint first, | 716 GLint first, |
726 GLsizei count, | 717 GLsizei count, |
727 GLsizei primcount) override; | 718 GLsizei primcount) override; |
728 void DrawElementsInstancedANGLE(GLenum mode, | 719 void DrawElementsInstancedANGLE(GLenum mode, |
729 GLsizei count, | 720 GLsizei count, |
730 GLenum type, | 721 GLenum type, |
731 const void* indices, | 722 const void* indices, |
732 GLsizei primcount) override; | 723 GLsizei primcount) override; |
733 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; | 724 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
900 GLuint colorNumber, | 891 GLuint colorNumber, |
901 const char* name) override; | 892 const char* name) override; |
902 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 893 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
903 | 894 |
904 private: | 895 private: |
905 MojoGLES2Context context_; | 896 MojoGLES2Context context_; |
906 }; | 897 }; |
907 | 898 |
908 } // namespace mojo | 899 } // namespace mojo |
909 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ | 900 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ |
OLD | NEW |