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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 const GLfloat* contents_rect, | 737 const GLfloat* contents_rect, |
738 GLfloat opacity, | 738 GLfloat opacity, |
739 GLuint background_color, | 739 GLuint background_color, |
740 GLuint edge_aa_mask, | 740 GLuint edge_aa_mask, |
741 const GLfloat* bounds_rect, | 741 const GLfloat* bounds_rect, |
742 GLboolean is_clipped, | 742 GLboolean is_clipped, |
743 const GLfloat* clip_rect, | 743 const GLfloat* clip_rect, |
744 GLint sorting_context_id, | 744 GLint sorting_context_id, |
745 const GLfloat* transform, | 745 const GLfloat* transform, |
746 GLuint filter) override; | 746 GLuint filter) override; |
| 747 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, |
| 748 const GLuint* textures) override; |
747 void CommitOverlayPlanesCHROMIUM() override; | 749 void CommitOverlayPlanesCHROMIUM() override; |
748 void SwapInterval(GLint interval) override; | 750 void SwapInterval(GLint interval) override; |
749 void FlushDriverCachesCHROMIUM() override; | 751 void FlushDriverCachesCHROMIUM() override; |
750 GLuint GetLastFlushIdCHROMIUM() override; | 752 GLuint GetLastFlushIdCHROMIUM() override; |
751 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 753 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
752 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 754 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
753 GLuint GenPathsCHROMIUM(GLsizei range) override; | 755 GLuint GenPathsCHROMIUM(GLsizei range) override; |
754 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; | 756 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; |
755 GLboolean IsPathCHROMIUM(GLuint path) override; | 757 GLboolean IsPathCHROMIUM(GLuint path) override; |
756 void PathCommandsCHROMIUM(GLuint path, | 758 void PathCommandsCHROMIUM(GLuint path, |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 const char* name) override; | 849 const char* name) override; |
848 void BindFragDataLocationEXT(GLuint program, | 850 void BindFragDataLocationEXT(GLuint program, |
849 GLuint colorNumber, | 851 GLuint colorNumber, |
850 const char* name) override; | 852 const char* name) override; |
851 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 853 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
852 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 854 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
853 GLint location, | 855 GLint location, |
854 GLboolean transpose, | 856 GLboolean transpose, |
855 const GLfloat* default_value) override; | 857 const GLfloat* default_value) override; |
856 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 858 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |