Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: gpu/command_buffer/client/gles2_interface_autogen.h

Issue 1186393004: gpu: Remove async texture uploads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 virtual void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) = 0; 750 virtual void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) = 0;
751 virtual void PopulateSubscribedValuesCHROMIUM(GLenum target) = 0; 751 virtual void PopulateSubscribedValuesCHROMIUM(GLenum target) = 0;
752 virtual void UniformValuebufferCHROMIUM(GLint location, 752 virtual void UniformValuebufferCHROMIUM(GLint location,
753 GLenum target, 753 GLenum target,
754 GLenum subscription) = 0; 754 GLenum subscription) = 0;
755 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0; 755 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
756 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0; 756 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
757 virtual void TraceBeginCHROMIUM(const char* category_name, 757 virtual void TraceBeginCHROMIUM(const char* category_name,
758 const char* trace_name) = 0; 758 const char* trace_name) = 0;
759 virtual void TraceEndCHROMIUM() = 0; 759 virtual void TraceEndCHROMIUM() = 0;
760 virtual void AsyncTexSubImage2DCHROMIUM(GLenum target,
761 GLint level,
762 GLint xoffset,
763 GLint yoffset,
764 GLsizei width,
765 GLsizei height,
766 GLenum format,
767 GLenum type,
768 const void* data) = 0;
769 virtual void AsyncTexImage2DCHROMIUM(GLenum target,
770 GLint level,
771 GLenum internalformat,
772 GLsizei width,
773 GLsizei height,
774 GLint border,
775 GLenum format,
776 GLenum type,
777 const void* pixels) = 0;
778 virtual void WaitAsyncTexImage2DCHROMIUM(GLenum target) = 0;
779 virtual void WaitAllAsyncTexImage2DCHROMIUM() = 0;
780 virtual void DiscardFramebufferEXT(GLenum target, 760 virtual void DiscardFramebufferEXT(GLenum target,
781 GLsizei count, 761 GLsizei count,
782 const GLenum* attachments) = 0; 762 const GLenum* attachments) = 0;
783 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) = 0; 763 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) = 0;
784 virtual GLuint InsertSyncPointCHROMIUM() = 0; 764 virtual GLuint InsertSyncPointCHROMIUM() = 0;
785 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) = 0; 765 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) = 0;
786 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) = 0; 766 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) = 0;
787 virtual void DiscardBackbufferCHROMIUM() = 0; 767 virtual void DiscardBackbufferCHROMIUM() = 0;
788 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 768 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
789 GLenum plane_transform, 769 GLenum plane_transform,
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 GLenum fillMode, 806 GLenum fillMode,
827 GLuint mask, 807 GLuint mask,
828 GLenum coverMode) = 0; 808 GLenum coverMode) = 0;
829 virtual void StencilThenCoverStrokePathCHROMIUM(GLuint path, 809 virtual void StencilThenCoverStrokePathCHROMIUM(GLuint path,
830 GLint reference, 810 GLint reference,
831 GLuint mask, 811 GLuint mask,
832 GLenum coverMode) = 0; 812 GLenum coverMode) = 0;
833 virtual GLenum GetGraphicsResetStatusKHR() = 0; 813 virtual GLenum GetGraphicsResetStatusKHR() = 0;
834 virtual void BlendBarrierKHR() = 0; 814 virtual void BlendBarrierKHR() = 0;
835 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 815 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_unittest.cc ('k') | gpu/command_buffer/client/gles2_interface_stub_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698