| 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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 GLint bounds_height, | 730 GLint bounds_height, |
| 731 GLfloat uv_x, | 731 GLfloat uv_x, |
| 732 GLfloat uv_y, | 732 GLfloat uv_y, |
| 733 GLfloat uv_width, | 733 GLfloat uv_width, |
| 734 GLfloat uv_height) override; | 734 GLfloat uv_height) override; |
| 735 void ScheduleCALayerSharedStateCHROMIUM(GLfloat opacity, | 735 void ScheduleCALayerSharedStateCHROMIUM(GLfloat opacity, |
| 736 GLboolean is_clipped, | 736 GLboolean is_clipped, |
| 737 const GLfloat* clip_rect, | 737 const GLfloat* clip_rect, |
| 738 GLint sorting_context_id, | 738 GLint sorting_context_id, |
| 739 const GLfloat* transform) override; | 739 const GLfloat* transform) override; |
| 740 void ScheduleCALayerFilterEffectsCHROMIUM( |
| 741 GLsizei count, |
| 742 const GLCALayerFilterEffect* effects) override; |
| 740 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, | 743 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
| 741 const GLfloat* contents_rect, | 744 const GLfloat* contents_rect, |
| 742 GLuint background_color, | 745 GLuint background_color, |
| 743 GLuint edge_aa_mask, | 746 GLuint edge_aa_mask, |
| 744 const GLfloat* bounds_rect, | 747 const GLfloat* bounds_rect, |
| 745 GLuint filter) override; | 748 GLuint filter) override; |
| 746 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, | 749 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, |
| 747 const GLuint* textures) override; | 750 const GLuint* textures) override; |
| 748 void CommitOverlayPlanesCHROMIUM() override; | 751 void CommitOverlayPlanesCHROMIUM() override; |
| 749 void SwapInterval(GLint interval) override; | 752 void SwapInterval(GLint interval) override; |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 const char* name) override; | 851 const char* name) override; |
| 849 void BindFragDataLocationEXT(GLuint program, | 852 void BindFragDataLocationEXT(GLuint program, |
| 850 GLuint colorNumber, | 853 GLuint colorNumber, |
| 851 const char* name) override; | 854 const char* name) override; |
| 852 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 855 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
| 853 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 856 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
| 854 GLint location, | 857 GLint location, |
| 855 GLboolean transpose, | 858 GLboolean transpose, |
| 856 const GLfloat* default_value) override; | 859 const GLfloat* default_value) override; |
| 857 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 860 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |