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

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: Some fixes 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 DiscardFramebufferEXT(GLenum target, 763 void DiscardFramebufferEXT(GLenum target,
764 GLsizei count, 764 GLsizei count,
765 const GLenum* attachments) override; 765 const GLenum* attachments) override;
766 void LoseContextCHROMIUM(GLenum current, GLenum other) override; 766 void LoseContextCHROMIUM(GLenum current, GLenum other) override;
767 GLuint InsertSyncPointCHROMIUM() override; 767 GLuint InsertSyncPointCHROMIUM() override;
768 void WaitSyncPointCHROMIUM(GLuint sync_point) override; 768 void WaitSyncPointCHROMIUM(GLuint sync_point) override;
769 GLuint InsertFenceSyncCHROMIUM() override;
770 void GenSyncTokenCHROMIUM(GLuint fence_sync, GLbyte* sync_token) override;
771 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
769 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 772 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
770 void DiscardBackbufferCHROMIUM() override; 773 void DiscardBackbufferCHROMIUM() override;
771 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 774 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
772 GLenum plane_transform, 775 GLenum plane_transform,
773 GLuint overlay_texture_id, 776 GLuint overlay_texture_id,
774 GLint bounds_x, 777 GLint bounds_x,
775 GLint bounds_y, 778 GLint bounds_y,
776 GLint bounds_width, 779 GLint bounds_width,
777 GLint bounds_height, 780 GLint bounds_height,
778 GLfloat uv_x, 781 GLfloat uv_x,
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 GLenum coverMode) override; 818 GLenum coverMode) override;
816 GLenum GetGraphicsResetStatusKHR() override; 819 GLenum GetGraphicsResetStatusKHR() override;
817 void BlendBarrierKHR() override; 820 void BlendBarrierKHR() 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

Powered by Google App Engine
This is Rietveld 408576698