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

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

Issue 2383753002: gpu: Add GpuFence framework.
Patch Set: rebase Created 4 years, 1 month 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_implementation.h
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
index d26378a438767425280a3566d1a1c88534615a01..72f314c7b2e6f163008a87ccbed9375d302f5245 100644
--- a/gpu/command_buffer/client/gles2_implementation.h
+++ b/gpu/command_buffer/client/gles2_implementation.h
@@ -538,6 +538,9 @@ class GLES2_IMPL_EXPORT GLES2Implementation
GLenum internalformat,
GLenum usage);
+ GLuint CreateFenceCHROMIUMHelper(ClientFence fence);
+ void DestroyFenceCHROMIUMHelper(GLuint fence_id);
+
// Helper for GetVertexAttrib
bool GetVertexAttribHelper(GLuint index, GLenum pname, uint32_t* param);

Powered by Google App Engine
This is Rietveld 408576698