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

Unified Diff: gpu/command_buffer/client/gles2_cmd_helper_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
index 0aacd91ee06293eefe29deba55921cb8b031c9b9..b75d8ec3238c46674abd7b60ff6e32ab4cc4640c 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
@@ -2729,14 +2729,6 @@ void LoseContextCHROMIUM(GLenum current, GLenum other) {
}
}
-void WaitSyncPointCHROMIUM(GLuint sync_point) {
- gles2::cmds::WaitSyncPointCHROMIUM* c =
- GetCmdSpace<gles2::cmds::WaitSyncPointCHROMIUM>();
- if (c) {
- c->Init(sync_point);
- }
-}
-
void InsertFenceSyncCHROMIUM(GLuint64 release_count) {
gles2::cmds::InsertFenceSyncCHROMIUM* c =
GetCmdSpace<gles2::cmds::InsertFenceSyncCHROMIUM>();
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698