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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 GLuint background_color, | 747 GLuint background_color, |
748 GLuint edge_aa_mask, | 748 GLuint edge_aa_mask, |
749 const GLfloat* bounds_rect, | 749 const GLfloat* bounds_rect, |
750 GLuint filter) override; | 750 GLuint filter) override; |
751 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, | 751 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, |
752 const GLuint* textures) override; | 752 const GLuint* textures) override; |
753 void CommitOverlayPlanesCHROMIUM() override; | 753 void CommitOverlayPlanesCHROMIUM() override; |
754 void SwapInterval(GLint interval) override; | 754 void SwapInterval(GLint interval) override; |
755 void FlushDriverCachesCHROMIUM() override; | 755 void FlushDriverCachesCHROMIUM() override; |
756 GLuint GetLastFlushIdCHROMIUM() override; | 756 GLuint GetLastFlushIdCHROMIUM() override; |
| 757 void ScheduleDCLayerSharedStateCHROMIUM(GLfloat opacity, |
| 758 GLboolean is_clipped, |
| 759 const GLfloat* clip_rect, |
| 760 GLint z_order, |
| 761 const GLfloat* transform) override; |
| 762 void ScheduleDCLayerCHROMIUM(GLuint contents_texture_id, |
| 763 const GLfloat* contents_rect, |
| 764 GLuint background_color, |
| 765 GLuint edge_aa_mask, |
| 766 const GLfloat* bounds_rect, |
| 767 GLuint filter) override; |
757 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 768 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
758 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 769 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
759 GLuint GenPathsCHROMIUM(GLsizei range) override; | 770 GLuint GenPathsCHROMIUM(GLsizei range) override; |
760 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; | 771 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; |
761 GLboolean IsPathCHROMIUM(GLuint path) override; | 772 GLboolean IsPathCHROMIUM(GLuint path) override; |
762 void PathCommandsCHROMIUM(GLuint path, | 773 void PathCommandsCHROMIUM(GLuint path, |
763 GLsizei numCommands, | 774 GLsizei numCommands, |
764 const GLubyte* commands, | 775 const GLubyte* commands, |
765 GLsizei numCoords, | 776 GLsizei numCoords, |
766 GLenum coordType, | 777 GLenum coordType, |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 void OverlayPromotionHintCHROMIUM(GLuint texture, | 876 void OverlayPromotionHintCHROMIUM(GLuint texture, |
866 GLboolean promotion_hint, | 877 GLboolean promotion_hint, |
867 GLint display_x, | 878 GLint display_x, |
868 GLint display_y) override; | 879 GLint display_y) override; |
869 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; | 880 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; |
870 void SetDrawRectangleCHROMIUM(GLint x, | 881 void SetDrawRectangleCHROMIUM(GLint x, |
871 GLint y, | 882 GLint y, |
872 GLint width, | 883 GLint width, |
873 GLint height) override; | 884 GLint height) override; |
874 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 885 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |