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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1026 GLfloat opacity, | 1026 GLfloat opacity, |
1027 GLuint background_color, | 1027 GLuint background_color, |
1028 GLuint edge_aa_mask, | 1028 GLuint edge_aa_mask, |
1029 const GLfloat* bounds_rect, | 1029 const GLfloat* bounds_rect, |
1030 GLboolean is_clipped, | 1030 GLboolean is_clipped, |
1031 const GLfloat* clip_rect, | 1031 const GLfloat* clip_rect, |
1032 GLint sorting_context_id, | 1032 GLint sorting_context_id, |
1033 const GLfloat* transform, | 1033 const GLfloat* transform, |
1034 GLuint filter) override; | 1034 GLuint filter) override; |
1035 | 1035 |
| 1036 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, |
| 1037 const GLuint* textures) override; |
| 1038 |
1036 void CommitOverlayPlanesCHROMIUM() override; | 1039 void CommitOverlayPlanesCHROMIUM() override; |
1037 | 1040 |
1038 void SwapInterval(GLint interval) override; | 1041 void SwapInterval(GLint interval) override; |
1039 | 1042 |
1040 void FlushDriverCachesCHROMIUM() override; | 1043 void FlushDriverCachesCHROMIUM() override; |
1041 | 1044 |
1042 GLuint GetLastFlushIdCHROMIUM() override; | 1045 GLuint GetLastFlushIdCHROMIUM() override; |
1043 | 1046 |
1044 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 1047 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
1045 | 1048 |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1171 const char* name) override; | 1174 const char* name) override; |
1172 | 1175 |
1173 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 1176 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
1174 | 1177 |
1175 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 1178 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
1176 GLint location, | 1179 GLint location, |
1177 GLboolean transpose, | 1180 GLboolean transpose, |
1178 const GLfloat* default_value) override; | 1181 const GLfloat* default_value) override; |
1179 | 1182 |
1180 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 1183 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |