Home
last modified time | relevance | path

Searched refs:waitOnSemaphores (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrRenderTargetContext.h376 bool waitOnSemaphores(int numSemaphores, const GrBackendSemaphore* waitSemaphores);
DSkGpuDevice.cpp1792 return fRenderTargetContext->waitOnSemaphores(numSemaphores, waitSemaphores); in wait()
DGrRenderTargetContext.cpp1635 bool GrRenderTargetContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores() function in GrRenderTargetContext
/external/skia/src/gpu/
DGrSurfaceDrawContext.h634 bool waitOnSemaphores(int numSemaphores, const GrBackendSemaphore waitSemaphores[],
DSkGpuDevice.cpp973 return fSurfaceDrawContext->waitOnSemaphores(numSemaphores, waitSemaphores,
DGrSurfaceDrawContext.cpp1501 bool GrSurfaceDrawContext::waitOnSemaphores(int numSemaphores, in waitOnSemaphores() function in GrSurfaceDrawContext