| 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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 GLuint background_color, | 769 GLuint background_color, |
| 770 GLuint edge_aa_mask, | 770 GLuint edge_aa_mask, |
| 771 const GLfloat* bounds_rect, | 771 const GLfloat* bounds_rect, |
| 772 GLuint filter) = 0; | 772 GLuint filter) = 0; |
| 773 virtual void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, | 773 virtual void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, |
| 774 const GLuint* textures) = 0; | 774 const GLuint* textures) = 0; |
| 775 virtual void CommitOverlayPlanesCHROMIUM() = 0; | 775 virtual void CommitOverlayPlanesCHROMIUM() = 0; |
| 776 virtual void SwapInterval(GLint interval) = 0; | 776 virtual void SwapInterval(GLint interval) = 0; |
| 777 virtual void FlushDriverCachesCHROMIUM() = 0; | 777 virtual void FlushDriverCachesCHROMIUM() = 0; |
| 778 virtual GLuint GetLastFlushIdCHROMIUM() = 0; | 778 virtual GLuint GetLastFlushIdCHROMIUM() = 0; |
| 779 virtual void ScheduleDCLayerSharedStateCHROMIUM(GLfloat opacity, |
| 780 GLboolean is_clipped, |
| 781 const GLfloat* clip_rect, |
| 782 GLint z_order, |
| 783 const GLfloat* transform) = 0; |
| 784 virtual void ScheduleDCLayerCHROMIUM(GLuint contents_texture_id, |
| 785 const GLfloat* contents_rect, |
| 786 GLuint background_color, |
| 787 GLuint edge_aa_mask, |
| 788 const GLfloat* bounds_rect, |
| 789 GLuint filter) = 0; |
| 779 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; | 790 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; |
| 780 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; | 791 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; |
| 781 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0; | 792 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0; |
| 782 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0; | 793 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0; |
| 783 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0; | 794 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0; |
| 784 virtual void PathCommandsCHROMIUM(GLuint path, | 795 virtual void PathCommandsCHROMIUM(GLuint path, |
| 785 GLsizei numCommands, | 796 GLsizei numCommands, |
| 786 const GLubyte* commands, | 797 const GLubyte* commands, |
| 787 GLsizei numCoords, | 798 GLsizei numCoords, |
| 788 GLenum coordType, | 799 GLenum coordType, |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 GLboolean promotion_hint, | 903 GLboolean promotion_hint, |
| 893 GLint display_x, | 904 GLint display_x, |
| 894 GLint display_y) = 0; | 905 GLint display_y) = 0; |
| 895 virtual void SwapBuffersWithBoundsCHROMIUM(GLsizei count, | 906 virtual void SwapBuffersWithBoundsCHROMIUM(GLsizei count, |
| 896 const GLint* rects) = 0; | 907 const GLint* rects) = 0; |
| 897 virtual void SetDrawRectangleCHROMIUM(GLint x, | 908 virtual void SetDrawRectangleCHROMIUM(GLint x, |
| 898 GLint y, | 909 GLint y, |
| 899 GLint width, | 910 GLint width, |
| 900 GLint height) = 0; | 911 GLint height) = 0; |
| 901 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ | 912 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ |
| OLD | NEW |