| 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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1045 GLuint overlay_texture_id, | 1045 GLuint overlay_texture_id, |
| 1046 GLint bounds_x, | 1046 GLint bounds_x, |
| 1047 GLint bounds_y, | 1047 GLint bounds_y, |
| 1048 GLint bounds_width, | 1048 GLint bounds_width, |
| 1049 GLint bounds_height, | 1049 GLint bounds_height, |
| 1050 GLfloat uv_x, | 1050 GLfloat uv_x, |
| 1051 GLfloat uv_y, | 1051 GLfloat uv_y, |
| 1052 GLfloat uv_width, | 1052 GLfloat uv_width, |
| 1053 GLfloat uv_height) override; | 1053 GLfloat uv_height) override; |
| 1054 | 1054 |
| 1055 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
| 1056 const GLfloat* contents_rect, |
| 1057 GLfloat opacity, |
| 1058 const GLuint background_color, |
| 1059 const GLfloat* bounds_size, |
| 1060 const GLfloat* transform) override; |
| 1061 |
| 1055 void SwapInterval(GLint interval) override; | 1062 void SwapInterval(GLint interval) override; |
| 1056 | 1063 |
| 1057 void FlushDriverCachesCHROMIUM() override; | 1064 void FlushDriverCachesCHROMIUM() override; |
| 1058 | 1065 |
| 1059 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 1066 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 1060 | 1067 |
| 1061 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 1068 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 1062 | 1069 |
| 1063 GLuint GenPathsCHROMIUM(GLsizei range) override; | 1070 GLuint GenPathsCHROMIUM(GLsizei range) override; |
| 1064 | 1071 |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1168 GLint components, | 1175 GLint components, |
| 1169 const GLfloat* coeffs) override; | 1176 const GLfloat* coeffs) override; |
| 1170 | 1177 |
| 1171 GLenum GetGraphicsResetStatusKHR() override; | 1178 GLenum GetGraphicsResetStatusKHR() override; |
| 1172 | 1179 |
| 1173 void BlendBarrierKHR() override; | 1180 void BlendBarrierKHR() override; |
| 1174 | 1181 |
| 1175 void ApplyScreenSpaceAntialiasingCHROMIUM() override; | 1182 void ApplyScreenSpaceAntialiasingCHROMIUM() override; |
| 1176 | 1183 |
| 1177 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 1184 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |