Home
last modified time | relevance | path

Searched refs:backendSemaphoreSupport (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DSurfaceSemaphoreTest.cpp150 if (!mainCtx->priv().caps()->backendSemaphoreSupport()) { in surface_semaphore_test()
267 if (!ctx->priv().caps()->backendSemaphoreSupport()) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrCaps.h407 bool backendSemaphoreSupport() const { return fBackendSemaphoreSupport; } in backendSemaphoreSupport() function
H A DGrGpu.cpp694 if (this->caps()->backendSemaphoreSupport() && info.fNumSemaphores) { in executeFlushInfo()
H A DGrDrawingManager.cpp543 if (!didFlush || (!direct->priv().caps()->backendSemaphoreSupport() && info.fNumSemaphores)) { in flushSurfaces()
H A DGrDirectContext.cpp397 if (!fGpu || !fGpu->caps()->backendSemaphoreSupport()) { in wait()
H A DSurfaceDrawContext.cpp1543 if (numSemaphores && !this->caps()->backendSemaphoreSupport()) { in waitOnSemaphores()
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.cpp1775 SkASSERT(this->caps()->backendSemaphoreSupport()); in wrapBackendSemaphore()
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlGpu.mm1602 SkASSERT(this->caps()->backendSemaphoreSupport());