Home
last modified time | relevance | path

Searched refs:onWait (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/image/
DSkSurface_Gpu.h51 bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores,
DSkSurface_Base.h126 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() function
DSkSurface.cpp327 return asSB(this)->onWait(numSemaphores, waitSemaphores, deleteSemaphoresAfterWait); in wait()
DSkSurface_Gpu.cpp230 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait() function in SkSurface_Gpu