Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
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