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

Unified Diff: mojo/gpu/mojo_gles2_impl_autogen.cc

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
Index: mojo/gpu/mojo_gles2_impl_autogen.cc
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
index 0cecad575e87578d9b5a969aba88e1506c07a55e..3ee22aef22b085bc9ff6aac26dc34558eb8b2197 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.cc
+++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
@@ -1630,14 +1630,6 @@ void MojoGLES2Impl::LoseContextCHROMIUM(GLenum current, GLenum other) {
MojoGLES2MakeCurrent(context_);
glLoseContextCHROMIUM(current, other);
}
-GLuint MojoGLES2Impl::InsertSyncPointCHROMIUM() {
- MojoGLES2MakeCurrent(context_);
- return glInsertSyncPointCHROMIUM();
-}
-void MojoGLES2Impl::WaitSyncPointCHROMIUM(GLuint sync_point) {
- MojoGLES2MakeCurrent(context_);
- glWaitSyncPointCHROMIUM(sync_point);
-}
GLuint64 MojoGLES2Impl::InsertFenceSyncCHROMIUM() {
MojoGLES2MakeCurrent(context_);
return glInsertFenceSyncCHROMIUM();
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.h ('k') | mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698