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

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

Issue 1602313002: Removed client side support for old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed DrawingBufferTest reference Created 4 years, 11 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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 GLenum subscription) = 0; 741 GLenum subscription) = 0;
742 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0; 742 virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
743 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0; 743 virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
744 virtual void TraceBeginCHROMIUM(const char* category_name, 744 virtual void TraceBeginCHROMIUM(const char* category_name,
745 const char* trace_name) = 0; 745 const char* trace_name) = 0;
746 virtual void TraceEndCHROMIUM() = 0; 746 virtual void TraceEndCHROMIUM() = 0;
747 virtual void DiscardFramebufferEXT(GLenum target, 747 virtual void DiscardFramebufferEXT(GLenum target,
748 GLsizei count, 748 GLsizei count,
749 const GLenum* attachments) = 0; 749 const GLenum* attachments) = 0;
750 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) = 0; 750 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) = 0;
751 virtual GLuint InsertSyncPointCHROMIUM() = 0;
752 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) = 0;
753 virtual GLuint64 InsertFenceSyncCHROMIUM() = 0; 751 virtual GLuint64 InsertFenceSyncCHROMIUM() = 0;
754 virtual void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) = 0; 752 virtual void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) = 0;
755 virtual void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, 753 virtual void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync,
756 GLbyte* sync_token) = 0; 754 GLbyte* sync_token) = 0;
757 virtual void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) = 0; 755 virtual void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) = 0;
758 virtual void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) = 0; 756 virtual void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) = 0;
759 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) = 0; 757 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) = 0;
760 virtual void DiscardBackbufferCHROMIUM() = 0; 758 virtual void DiscardBackbufferCHROMIUM() = 0;
761 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, 759 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
762 GLenum plane_transform, 760 GLenum plane_transform,
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0; 879 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0;
882 virtual void BindFragDataLocationIndexedEXT(GLuint program, 880 virtual void BindFragDataLocationIndexedEXT(GLuint program,
883 GLuint colorNumber, 881 GLuint colorNumber,
884 GLuint index, 882 GLuint index,
885 const char* name) = 0; 883 const char* name) = 0;
886 virtual void BindFragDataLocationEXT(GLuint program, 884 virtual void BindFragDataLocationEXT(GLuint program,
887 GLuint colorNumber, 885 GLuint colorNumber,
888 const char* name) = 0; 886 const char* name) = 0;
889 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; 887 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0;
890 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 888 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_autogen.h ('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