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

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

Issue 2067503003: Add a new command buffer function glScheduleCALayerInUseQueryCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include gl_image.h Created 4 years, 6 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 ac09b44814e1aefbfc66786b41bc8be81c873ee9..25e950475106788934d0a45bbaa37c54e3750063 100644
--- a/gpu/command_buffer/client/gles2_interface_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_autogen.h
@@ -766,6 +766,8 @@ virtual void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
GLint sorting_context_id,
const GLfloat* transform,
GLuint filter) = 0;
+virtual void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count,
+ const GLuint* textures) = 0;
virtual void CommitOverlayPlanesCHROMIUM() = 0;
virtual void SwapInterval(GLint interval) = 0;
virtual void FlushDriverCachesCHROMIUM() = 0;

Powered by Google App Engine
This is Rietveld 408576698