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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 const GLuint* textures) override; | 755 const GLuint* textures) override; |
756 void CommitOverlayPlanesCHROMIUM() override; | 756 void CommitOverlayPlanesCHROMIUM() override; |
757 void SwapInterval(GLint interval) override; | 757 void SwapInterval(GLint interval) override; |
758 void FlushDriverCachesCHROMIUM() override; | 758 void FlushDriverCachesCHROMIUM() override; |
759 GLuint GetLastFlushIdCHROMIUM() override; | 759 GLuint GetLastFlushIdCHROMIUM() override; |
760 void ScheduleDCLayerSharedStateCHROMIUM(GLfloat opacity, | 760 void ScheduleDCLayerSharedStateCHROMIUM(GLfloat opacity, |
761 GLboolean is_clipped, | 761 GLboolean is_clipped, |
762 const GLfloat* clip_rect, | 762 const GLfloat* clip_rect, |
763 GLint z_order, | 763 GLint z_order, |
764 const GLfloat* transform) override; | 764 const GLfloat* transform) override; |
765 void ScheduleDCLayerCHROMIUM(GLuint contents_texture_id, | 765 void ScheduleDCLayerCHROMIUM(GLsizei num_textures, |
| 766 const GLuint* contents_texture_ids, |
766 const GLfloat* contents_rect, | 767 const GLfloat* contents_rect, |
767 GLuint background_color, | 768 GLuint background_color, |
768 GLuint edge_aa_mask, | 769 GLuint edge_aa_mask, |
769 const GLfloat* bounds_rect, | 770 const GLfloat* bounds_rect, |
770 GLuint filter) override; | 771 GLuint filter) override; |
771 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 772 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
772 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 773 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
773 GLuint GenPathsCHROMIUM(GLsizei range) override; | 774 GLuint GenPathsCHROMIUM(GLsizei range) override; |
774 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; | 775 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; |
775 GLboolean IsPathCHROMIUM(GLuint path) override; | 776 GLboolean IsPathCHROMIUM(GLuint path) override; |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 GLboolean promotion_hint, | 881 GLboolean promotion_hint, |
881 GLint display_x, | 882 GLint display_x, |
882 GLint display_y) override; | 883 GLint display_y) override; |
883 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; | 884 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; |
884 void SetDrawRectangleCHROMIUM(GLint x, | 885 void SetDrawRectangleCHROMIUM(GLint x, |
885 GLint y, | 886 GLint y, |
886 GLint width, | 887 GLint width, |
887 GLint height) override; | 888 GLint height) override; |
888 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override; | 889 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override; |
889 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 890 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
OLD | NEW |