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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 GLuint64 InsertFenceSyncCHROMIUM() override; | 743 GLuint64 InsertFenceSyncCHROMIUM() override; |
744 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; | 744 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; |
745 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, | 745 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, |
746 GLbyte* sync_token) override; | 746 GLbyte* sync_token) override; |
747 void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override; | 747 void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override; |
748 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; | 748 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; |
749 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; | 749 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; |
750 void DiscardBackbufferCHROMIUM() override; | 750 void DiscardBackbufferCHROMIUM() override; |
751 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, | 751 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, |
752 GLenum plane_transform, | 752 GLenum plane_transform, |
| 753 GLuint storage_format, |
753 GLuint overlay_texture_id, | 754 GLuint overlay_texture_id, |
754 GLint bounds_x, | 755 GLint bounds_x, |
755 GLint bounds_y, | 756 GLint bounds_y, |
756 GLint bounds_width, | 757 GLint bounds_width, |
757 GLint bounds_height, | 758 GLint bounds_height, |
758 GLfloat uv_x, | 759 GLfloat uv_x, |
759 GLfloat uv_y, | 760 GLfloat uv_y, |
760 GLfloat uv_width, | 761 GLfloat uv_width, |
761 GLfloat uv_height) override; | 762 GLfloat uv_height, |
| 763 GLboolean handle_scaling) override; |
762 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, | 764 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
763 const GLfloat* contents_rect, | 765 const GLfloat* contents_rect, |
764 GLfloat opacity, | 766 GLfloat opacity, |
765 const GLuint background_color, | 767 const GLuint background_color, |
766 const GLfloat* bounds_size, | 768 const GLfloat* bounds_size, |
767 const GLfloat* transform) override; | 769 const GLfloat* transform) override; |
768 void CommitOverlayPlanesCHROMIUM() override; | 770 void CommitOverlayPlanesCHROMIUM() override; |
769 void SwapInterval(GLint interval) override; | 771 void SwapInterval(GLint interval) override; |
770 void FlushDriverCachesCHROMIUM() override; | 772 void FlushDriverCachesCHROMIUM() override; |
771 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 773 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 void ApplyScreenSpaceAntialiasingCHROMIUM() override; | 864 void ApplyScreenSpaceAntialiasingCHROMIUM() override; |
863 void BindFragDataLocationIndexedEXT(GLuint program, | 865 void BindFragDataLocationIndexedEXT(GLuint program, |
864 GLuint colorNumber, | 866 GLuint colorNumber, |
865 GLuint index, | 867 GLuint index, |
866 const char* name) override; | 868 const char* name) override; |
867 void BindFragDataLocationEXT(GLuint program, | 869 void BindFragDataLocationEXT(GLuint program, |
868 GLuint colorNumber, | 870 GLuint colorNumber, |
869 const char* name) override; | 871 const char* name) override; |
870 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 872 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
871 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 873 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
OLD | NEW |