Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/tests/
DSurfaceSemaphoreTest.cpp115 if (!mainCtx->priv().caps()->semaphoreSupport()) { in surface_semaphore_test()
229 if (!ctx->priv().caps()->semaphoreSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/
DGrGpu.cpp590 if (this->caps()->semaphoreSupport()) { in finishFlush()
609 return this->caps()->semaphoreSupport() ? GrSemaphoresSubmitted::kYes in finishFlush()
DGrCaps.h315 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport() function
DGrContext.cpp262 if (!fGpu || fGpu->caps()->semaphoreSupport()) { in wait()
DGrRenderTargetContext.cpp1996 if (numSemaphores && !this->caps()->semaphoreSupport()) { in waitOnSemaphores()
/third_party/skia/src/gpu/
DGrCaps.h364 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport() function
DGrDrawingManager.cpp540 if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.fNumSemaphores)) { in flushSurfaces()
DGrGpu.cpp639 if (this->caps()->semaphoreSupport() && info.fNumSemaphores) { in executeFlushInfo()
DGrDirectContext.cpp394 if (!fGpu || !fGpu->caps()->semaphoreSupport()) { in wait()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp4116 bool insertedSemaphore = info.fNumSemaphores > 0 && this->caps()->semaphoreSupport(); in onFinishFlush()
4183 SkASSERT(this->caps()->semaphoreSupport()); in makeSemaphore()
4190 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm1565 SkASSERT(this->caps()->semaphoreSupport());
1572 SkASSERT(this->caps()->semaphoreSupport());
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp1706 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp4044 SkASSERT(this->caps()->semaphoreSupport()); in makeSemaphore()
4051 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1521 if (numSemaphores && !this->caps()->semaphoreSupport()) { in waitOnSemaphores()