Home
last modified time | relevance | path

Searched refs:semaphoreSupport (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DSurfaceSemaphoreTest.cpp118 if (!mainCtx->priv().caps()->semaphoreSupport()) { in surface_semaphore_test()
232 if (!ctx->priv().caps()->semaphoreSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrCaps.h351 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport() function
DGrDrawingManager.cpp524 if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.fNumSemaphores)) { in flushSurfaces()
DGrGpu.cpp594 if (this->caps()->semaphoreSupport() && info.fNumSemaphores) { in executeFlushInfo()
DGrDirectContext.cpp355 if (!fGpu || !fGpu->caps()->semaphoreSupport()) { in wait()
DGrSurfaceDrawContext.cpp1511 if (numSemaphores && !this->caps()->semaphoreSupport()) { in waitOnSemaphores()
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm1473 SkASSERT(this->caps()->semaphoreSupport());
1481 SkASSERT(this->caps()->semaphoreSupport());
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp1505 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp4013 SkASSERT(this->caps()->semaphoreSupport()); in makeSemaphore()
4021 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()