| 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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 GLint bounds_y, | 780 GLint bounds_y, |
| 781 GLint bounds_width, | 781 GLint bounds_width, |
| 782 GLint bounds_height, | 782 GLint bounds_height, |
| 783 GLfloat uv_x, | 783 GLfloat uv_x, |
| 784 GLfloat uv_y, | 784 GLfloat uv_y, |
| 785 GLfloat uv_width, | 785 GLfloat uv_width, |
| 786 GLfloat uv_height) override; | 786 GLfloat uv_height) override; |
| 787 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, | 787 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
| 788 const GLfloat* contents_rect, | 788 const GLfloat* contents_rect, |
| 789 GLfloat opacity, | 789 GLfloat opacity, |
| 790 const GLuint background_color, | 790 GLuint background_color, |
| 791 const GLfloat* bounds_size, | 791 GLuint edge_aa_mask, |
| 792 const GLfloat* bounds_rect, |
| 793 GLboolean is_clipped, |
| 794 const GLfloat* clip_rect, |
| 795 GLint sorting_context_id, |
| 792 const GLfloat* transform) override; | 796 const GLfloat* transform) override; |
| 793 void CommitOverlayPlanesCHROMIUM() override; | 797 void CommitOverlayPlanesCHROMIUM() override; |
| 794 void SwapInterval(GLint interval) override; | 798 void SwapInterval(GLint interval) override; |
| 795 void FlushDriverCachesCHROMIUM() override; | 799 void FlushDriverCachesCHROMIUM() override; |
| 796 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 800 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 797 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 801 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 798 GLuint GenPathsCHROMIUM(GLsizei range) override; | 802 GLuint GenPathsCHROMIUM(GLsizei range) override; |
| 799 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; | 803 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; |
| 800 GLboolean IsPathCHROMIUM(GLuint path) override; | 804 GLboolean IsPathCHROMIUM(GLuint path) override; |
| 801 void PathCommandsCHROMIUM(GLuint path, | 805 void PathCommandsCHROMIUM(GLuint path, |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 GLuint colorNumber, | 901 GLuint colorNumber, |
| 898 const char* name) override; | 902 const char* name) override; |
| 899 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 903 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
| 900 | 904 |
| 901 private: | 905 private: |
| 902 MojoGLES2Context context_; | 906 MojoGLES2Context context_; |
| 903 }; | 907 }; |
| 904 | 908 |
| 905 } // namespace mojo | 909 } // namespace mojo |
| 906 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ | 910 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ |
| OLD | NEW |