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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_stub_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
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 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; 731 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
732 void TraceBeginCHROMIUM(const char* category_name, 732 void TraceBeginCHROMIUM(const char* category_name,
733 const char* trace_name) override; 733 const char* trace_name) override;
734 void TraceEndCHROMIUM() override; 734 void TraceEndCHROMIUM() override;
735 void DiscardFramebufferEXT(GLenum target, 735 void DiscardFramebufferEXT(GLenum target,
736 GLsizei count, 736 GLsizei count,
737 const GLenum* attachments) override; 737 const GLenum* attachments) override;
738 void LoseContextCHROMIUM(GLenum current, GLenum other) override; 738 void LoseContextCHROMIUM(GLenum current, GLenum other) override;
739 GLuint InsertSyncPointCHROMIUM() override; 739 GLuint InsertSyncPointCHROMIUM() override;
740 void WaitSyncPointCHROMIUM(GLuint sync_point) override; 740 void WaitSyncPointCHROMIUM(GLuint sync_point) override;
741 GLuint64 InsertFenceSyncCHROMIUM() override;
742 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override;
743 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override;
741 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override; 744 void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
742 void DiscardBackbufferCHROMIUM() override; 745 void DiscardBackbufferCHROMIUM() override;
743 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 746 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
744 GLenum plane_transform, 747 GLenum plane_transform,
745 GLuint overlay_texture_id, 748 GLuint overlay_texture_id,
746 GLint bounds_x, 749 GLint bounds_x,
747 GLint bounds_y, 750 GLint bounds_y,
748 GLint bounds_width, 751 GLint bounds_width,
749 GLint bounds_height, 752 GLint bounds_height,
750 GLfloat uv_x, 753 GLfloat uv_x,
(...skipping 29 matching lines...) Expand all
780 GLuint mask, 783 GLuint mask,
781 GLenum coverMode) override; 784 GLenum coverMode) override;
782 void StencilThenCoverStrokePathCHROMIUM(GLuint path, 785 void StencilThenCoverStrokePathCHROMIUM(GLuint path,
783 GLint reference, 786 GLint reference,
784 GLuint mask, 787 GLuint mask,
785 GLenum coverMode) override; 788 GLenum coverMode) override;
786 GLenum GetGraphicsResetStatusKHR() override; 789 GLenum GetGraphicsResetStatusKHR() override;
787 void BlendBarrierKHR() override; 790 void BlendBarrierKHR() override;
788 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 791 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
789 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 792 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_interface_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698