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

Side by Side Diff: mojo/gpu/mojo_gles2_impl_autogen.h

Issue 1331843005: Implemented new fence syncs which replaces the old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted mojo readme, changed wait() to take a pointer Created 5 years, 2 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 | « mojo/gles2/command_buffer_client_impl.cc ('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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 758 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
759 void TraceBeginCHROMIUM(const char* category_name, 759 void TraceBeginCHROMIUM(const char* category_name,
760 const char* trace_name) override; 760 const char* trace_name) override;
761 void TraceEndCHROMIUM() override; 761 void TraceEndCHROMIUM() override;
762 void DiscardFramebufferEXT(GLenum target, 762 void DiscardFramebufferEXT(GLenum target,
763 GLsizei count, 763 GLsizei count,
764 const GLenum* attachments) override; 764 const GLenum* attachments) override;
765 void LoseContextCHROMIUM(GLenum current, GLenum other) override; 765 void LoseContextCHROMIUM(GLenum current, GLenum other) override;
766 GLuint InsertSyncPointCHROMIUM() override; 766 GLuint InsertSyncPointCHROMIUM() override;
767 void WaitSyncPointCHROMIUM(GLuint sync_point) override; 767 void WaitSyncPointCHROMIUM(GLuint sync_point) override;
768 GLuint64 InsertFenceSyncCHROMIUM() override;
769 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override;
770 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
768 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 771 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
769 void DiscardBackbufferCHROMIUM() override; 772 void DiscardBackbufferCHROMIUM() override;
770 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 773 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
771 GLenum plane_transform, 774 GLenum plane_transform,
772 GLuint overlay_texture_id, 775 GLuint overlay_texture_id,
773 GLint bounds_x, 776 GLint bounds_x,
774 GLint bounds_y, 777 GLint bounds_y,
775 GLint bounds_width, 778 GLint bounds_width,
776 GLint bounds_height, 779 GLint bounds_height,
777 GLfloat uv_x, 780 GLfloat uv_x,
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 GLenum GetGraphicsResetStatusKHR() override; 818 GLenum GetGraphicsResetStatusKHR() override;
816 void BlendBarrierKHR() override; 819 void BlendBarrierKHR() override;
817 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 820 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
818 821
819 private: 822 private:
820 MojoGLES2Context context_; 823 MojoGLES2Context context_;
821 }; 824 };
822 825
823 } // namespace mojo 826 } // namespace mojo
824 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 827 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698