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

Unified Diff: gpu/command_buffer/client/gles2_interface_autogen.h

Issue 960873002: Update from https://crrev.com/318214 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: gpu/command_buffer/client/gles2_interface_autogen.h
diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
index 623c413848776d51d8ef8a4a5511aacd4abe7b8b..d5b4f93e74b0ea9c194fe0339e3847c877eebc93 100644
--- a/gpu/command_buffer/client/gles2_interface_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_autogen.h
@@ -253,6 +253,11 @@ virtual void GetShaderSource(GLuint shader,
GLsizei* length,
char* source) = 0;
virtual const GLubyte* GetString(GLenum name) = 0;
+virtual void GetSynciv(GLsync sync,
+ GLenum pname,
+ GLsizei bufsize,
+ GLsizei* length,
+ GLint* values) = 0;
virtual void GetTexParameterfv(GLenum target,
GLenum pname,
GLfloat* params) = 0;

Powered by Google App Engine
This is Rietveld 408576698