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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
718 GLenum subscription) override; | 718 GLenum subscription) override; |
719 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 719 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
720 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 720 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
721 void TraceBeginCHROMIUM(const char* category_name, | 721 void TraceBeginCHROMIUM(const char* category_name, |
722 const char* trace_name) override; | 722 const char* trace_name) override; |
723 void TraceEndCHROMIUM() override; | 723 void TraceEndCHROMIUM() override; |
724 void DiscardFramebufferEXT(GLenum target, | 724 void DiscardFramebufferEXT(GLenum target, |
725 GLsizei count, | 725 GLsizei count, |
726 const GLenum* attachments) override; | 726 const GLenum* attachments) override; |
727 void LoseContextCHROMIUM(GLenum current, GLenum other) override; | 727 void LoseContextCHROMIUM(GLenum current, GLenum other) override; |
728 GLuint InsertSyncPointCHROMIUM() override; | |
729 void WaitSyncPointCHROMIUM(GLuint sync_point) override; | |
730 GLuint64 InsertFenceSyncCHROMIUM() override; | 728 GLuint64 InsertFenceSyncCHROMIUM() override; |
731 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; | 729 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; |
732 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, | 730 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, |
733 GLbyte* sync_token) override; | 731 GLbyte* sync_token) override; |
734 void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override; | 732 void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override; |
735 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; | 733 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; |
736 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; | 734 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; |
737 void DiscardBackbufferCHROMIUM() override; | 735 void DiscardBackbufferCHROMIUM() override; |
738 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, | 736 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, |
739 GLenum plane_transform, | 737 GLenum plane_transform, |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 void ApplyScreenSpaceAntialiasingCHROMIUM() override; | 852 void ApplyScreenSpaceAntialiasingCHROMIUM() override; |
855 void BindFragDataLocationIndexedEXT(GLuint program, | 853 void BindFragDataLocationIndexedEXT(GLuint program, |
856 GLuint colorNumber, | 854 GLuint colorNumber, |
857 GLuint index, | 855 GLuint index, |
858 const char* name) override; | 856 const char* name) override; |
859 void BindFragDataLocationEXT(GLuint program, | 857 void BindFragDataLocationEXT(GLuint program, |
860 GLuint colorNumber, | 858 GLuint colorNumber, |
861 const char* name) override; | 859 const char* name) override; |
862 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 860 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
863 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 861 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
OLD | NEW |