| 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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 GLenum plane_transform, | 725 GLenum plane_transform, |
| 726 GLuint overlay_texture_id, | 726 GLuint overlay_texture_id, |
| 727 GLint bounds_x, | 727 GLint bounds_x, |
| 728 GLint bounds_y, | 728 GLint bounds_y, |
| 729 GLint bounds_width, | 729 GLint bounds_width, |
| 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, |
| 736 GLboolean is_clipped, |
| 737 const GLfloat* clip_rect, |
| 738 GLint sorting_context_id, |
| 739 const GLfloat* transform) override; |
| 735 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, | 740 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
| 736 const GLfloat* contents_rect, | 741 const GLfloat* contents_rect, |
| 737 GLfloat opacity, | |
| 738 GLuint background_color, | 742 GLuint background_color, |
| 739 GLuint edge_aa_mask, | 743 GLuint edge_aa_mask, |
| 740 const GLfloat* bounds_rect, | 744 const GLfloat* bounds_rect, |
| 741 GLboolean is_clipped, | |
| 742 const GLfloat* clip_rect, | |
| 743 GLint sorting_context_id, | |
| 744 const GLfloat* transform, | |
| 745 GLuint filter) override; | 745 GLuint filter) override; |
| 746 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, | 746 void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count, |
| 747 const GLuint* textures) override; | 747 const GLuint* textures) override; |
| 748 void CommitOverlayPlanesCHROMIUM() override; | 748 void CommitOverlayPlanesCHROMIUM() override; |
| 749 void SwapInterval(GLint interval) override; | 749 void SwapInterval(GLint interval) override; |
| 750 void FlushDriverCachesCHROMIUM() override; | 750 void FlushDriverCachesCHROMIUM() override; |
| 751 GLuint GetLastFlushIdCHROMIUM() override; | 751 GLuint GetLastFlushIdCHROMIUM() override; |
| 752 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 752 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 753 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 753 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 754 GLuint GenPathsCHROMIUM(GLsizei range) override; | 754 GLuint GenPathsCHROMIUM(GLsizei range) override; |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 const char* name) override; | 848 const char* name) override; |
| 849 void BindFragDataLocationEXT(GLuint program, | 849 void BindFragDataLocationEXT(GLuint program, |
| 850 GLuint colorNumber, | 850 GLuint colorNumber, |
| 851 const char* name) override; | 851 const char* name) override; |
| 852 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 852 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
| 853 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 853 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
| 854 GLint location, | 854 GLint location, |
| 855 GLboolean transpose, | 855 GLboolean transpose, |
| 856 const GLfloat* default_value) override; | 856 const GLfloat* default_value) override; |
| 857 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 857 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
| OLD | NEW |