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

Side by Side Diff: mojo/gpu/mojo_gles2_impl_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
« no previous file with comments | « gpu/gpu.gyp ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override; 753 void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) override;
754 void PopulateSubscribedValuesCHROMIUM(GLenum target) override; 754 void PopulateSubscribedValuesCHROMIUM(GLenum target) override;
755 void UniformValuebufferCHROMIUM(GLint location, 755 void UniformValuebufferCHROMIUM(GLint location,
756 GLenum target, 756 GLenum target,
757 GLenum subscription) override; 757 GLenum subscription) override;
758 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 758 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
759 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 759 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
760 void TraceBeginCHROMIUM(const char* category_name, 760 void TraceBeginCHROMIUM(const char* category_name,
761 const char* trace_name) override; 761 const char* trace_name) override;
762 void TraceEndCHROMIUM() override; 762 void TraceEndCHROMIUM() override;
763 void AsyncTexSubImage2DCHROMIUM(GLenum target,
764 GLint level,
765 GLint xoffset,
766 GLint yoffset,
767 GLsizei width,
768 GLsizei height,
769 GLenum format,
770 GLenum type,
771 const void* data) override;
772 void AsyncTexImage2DCHROMIUM(GLenum target,
773 GLint level,
774 GLenum internalformat,
775 GLsizei width,
776 GLsizei height,
777 GLint border,
778 GLenum format,
779 GLenum type,
780 const void* pixels) override;
781 void WaitAsyncTexImage2DCHROMIUM(GLenum target) override;
782 void WaitAllAsyncTexImage2DCHROMIUM() override;
783 void DiscardFramebufferEXT(GLenum target, 763 void DiscardFramebufferEXT(GLenum target,
784 GLsizei count, 764 GLsizei count,
785 const GLenum* attachments) override; 765 const GLenum* attachments) override;
786 void LoseContextCHROMIUM(GLenum current, GLenum other) override; 766 void LoseContextCHROMIUM(GLenum current, GLenum other) override;
787 GLuint InsertSyncPointCHROMIUM() override; 767 GLuint InsertSyncPointCHROMIUM() override;
788 void WaitSyncPointCHROMIUM(GLuint sync_point) override; 768 void WaitSyncPointCHROMIUM(GLuint sync_point) override;
789 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 769 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
790 void DiscardBackbufferCHROMIUM() override; 770 void DiscardBackbufferCHROMIUM() override;
791 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 771 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
792 GLenum plane_transform, 772 GLenum plane_transform,
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 GLenum coverMode) override; 815 GLenum coverMode) override;
836 GLenum GetGraphicsResetStatusKHR() override; 816 GLenum GetGraphicsResetStatusKHR() override;
837 void BlendBarrierKHR() override; 817 void BlendBarrierKHR() override;
838 818
839 private: 819 private:
840 MojoGLES2Context context_; 820 MojoGLES2Context context_;
841 }; 821 };
842 822
843 } // namespace mojo 823 } // namespace mojo
844 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 824 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698