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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override; | 726 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override; |
727 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; | 727 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; |
728 void UniformValuebufferCHROMIUM(GLint location, | 728 void UniformValuebufferCHROMIUM(GLint location, |
729 GLenum target, | 729 GLenum target, |
730 GLenum subscription) override; | 730 GLenum subscription) override; |
731 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 731 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
732 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 732 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
733 void TraceBeginCHROMIUM(const char* category_name, | 733 void TraceBeginCHROMIUM(const char* category_name, |
734 const char* trace_name) override; | 734 const char* trace_name) override; |
735 void TraceEndCHROMIUM() override; | 735 void TraceEndCHROMIUM() override; |
736 void AsyncTexSubImage2DCHROMIUM(GLenum target, | |
737 GLint level, | |
738 GLint xoffset, | |
739 GLint yoffset, | |
740 GLsizei width, | |
741 GLsizei height, | |
742 GLenum format, | |
743 GLenum type, | |
744 const void* data) override; | |
745 void AsyncTexImage2DCHROMIUM(GLenum target, | |
746 GLint level, | |
747 GLenum internalformat, | |
748 GLsizei width, | |
749 GLsizei height, | |
750 GLint border, | |
751 GLenum format, | |
752 GLenum type, | |
753 const void* pixels) override; | |
754 void WaitAsyncTexImage2DCHROMIUM(GLenum target) override; | |
755 void WaitAllAsyncTexImage2DCHROMIUM() override; | |
756 void DiscardFramebufferEXT(GLenum target, | 736 void DiscardFramebufferEXT(GLenum target, |
757 GLsizei count, | 737 GLsizei count, |
758 const GLenum* attachments) override; | 738 const GLenum* attachments) override; |
759 void LoseContextCHROMIUM(GLenum current, GLenum other) override; | 739 void LoseContextCHROMIUM(GLenum current, GLenum other) override; |
760 GLuint InsertSyncPointCHROMIUM() override; | 740 GLuint InsertSyncPointCHROMIUM() override; |
761 void WaitSyncPointCHROMIUM(GLuint sync_point) override; | 741 void WaitSyncPointCHROMIUM(GLuint sync_point) override; |
762 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; | 742 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; |
763 void DiscardBackbufferCHROMIUM() override; | 743 void DiscardBackbufferCHROMIUM() override; |
764 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, | 744 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, |
765 GLenum plane_transform, | 745 GLenum plane_transform, |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 GLenum fillMode, | 780 GLenum fillMode, |
801 GLuint mask, | 781 GLuint mask, |
802 GLenum coverMode) override; | 782 GLenum coverMode) override; |
803 void StencilThenCoverStrokePathCHROMIUM(GLuint path, | 783 void StencilThenCoverStrokePathCHROMIUM(GLuint path, |
804 GLint reference, | 784 GLint reference, |
805 GLuint mask, | 785 GLuint mask, |
806 GLenum coverMode) override; | 786 GLenum coverMode) override; |
807 GLenum GetGraphicsResetStatusKHR() override; | 787 GLenum GetGraphicsResetStatusKHR() override; |
808 void BlendBarrierKHR() override; | 788 void BlendBarrierKHR() override; |
809 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 789 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
OLD | NEW |