Searched defs:fenceSync (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/gpu/gl/
H A DSkGLContext.h91 SkGpuFenceSync* fenceSync() { return fFenceSync.get(); } function in class:SkGLContext
/external/skia/src/gpu/gl/
H A DSkGLContext.cpp56 void SkGLContext::init(const GrGLInterface* gl, SkGpuFenceSync* fenceSync) { argument
59 fFenceSync.reset(fenceSync ? fenceSync : GLFenceSync::CreateIfSupported(this));

Completed in 156 milliseconds