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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1000 GLfloat /* uv_x */, | 1000 GLfloat /* uv_x */, |
1001 GLfloat /* uv_y */, | 1001 GLfloat /* uv_y */, |
1002 GLfloat /* uv_width */, | 1002 GLfloat /* uv_width */, |
1003 GLfloat /* uv_height */) {} | 1003 GLfloat /* uv_height */) {} |
1004 void GLES2InterfaceStub::ScheduleCALayerSharedStateCHROMIUM( | 1004 void GLES2InterfaceStub::ScheduleCALayerSharedStateCHROMIUM( |
1005 GLfloat /* opacity */, | 1005 GLfloat /* opacity */, |
1006 GLboolean /* is_clipped */, | 1006 GLboolean /* is_clipped */, |
1007 const GLfloat* /* clip_rect */, | 1007 const GLfloat* /* clip_rect */, |
1008 GLint /* sorting_context_id */, | 1008 GLint /* sorting_context_id */, |
1009 const GLfloat* /* transform */) {} | 1009 const GLfloat* /* transform */) {} |
| 1010 void GLES2InterfaceStub::ScheduleCALayerFilterEffectsCHROMIUM( |
| 1011 GLsizei /* count */, |
| 1012 const GLCALayerFilterEffect* /* effects */) {} |
1010 void GLES2InterfaceStub::ScheduleCALayerCHROMIUM( | 1013 void GLES2InterfaceStub::ScheduleCALayerCHROMIUM( |
1011 GLuint /* contents_texture_id */, | 1014 GLuint /* contents_texture_id */, |
1012 const GLfloat* /* contents_rect */, | 1015 const GLfloat* /* contents_rect */, |
1013 GLuint /* background_color */, | 1016 GLuint /* background_color */, |
1014 GLuint /* edge_aa_mask */, | 1017 GLuint /* edge_aa_mask */, |
1015 const GLfloat* /* bounds_rect */, | 1018 const GLfloat* /* bounds_rect */, |
1016 GLuint /* filter */) {} | 1019 GLuint /* filter */) {} |
1017 void GLES2InterfaceStub::ScheduleCALayerInUseQueryCHROMIUM( | 1020 void GLES2InterfaceStub::ScheduleCALayerInUseQueryCHROMIUM( |
1018 GLsizei /* count */, | 1021 GLsizei /* count */, |
1019 const GLuint* /* textures */) {} | 1022 const GLuint* /* textures */) {} |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1149 const char* /* name */) {} | 1152 const char* /* name */) {} |
1150 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */, | 1153 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */, |
1151 const char* /* name */) { | 1154 const char* /* name */) { |
1152 return 0; | 1155 return 0; |
1153 } | 1156 } |
1154 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 1157 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
1155 GLint /* location */, | 1158 GLint /* location */, |
1156 GLboolean /* transpose */, | 1159 GLboolean /* transpose */, |
1157 const GLfloat* /* default_value */) {} | 1160 const GLfloat* /* default_value */) {} |
1158 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1161 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
OLD | NEW |