Home
last modified time | relevance | path

Searched refs:fenceSyncSupport (Results 1 – 17 of 17) sorted by relevance

/external/skqp/src/gpu/
DGrGpu.cpp383 if (this->caps()->fenceSyncSupport()) { in finishFlush()
400 this->onFinishFlush((numSemaphores > 0 && this->caps()->fenceSyncSupport())); in finishFlush()
401 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush()
DGrCaps.h244 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function
DGrRenderTargetContext.cpp1644 if (numSemaphores && !this->caps()->fenceSyncSupport()) { in waitOnSemaphores()
/external/skia/tools/gpu/
DTestContext.h34 bool fenceSyncSupport() const { return fFenceSync != nullptr; } in fenceSyncSupport() function
/external/skqp/tools/gpu/
DTestContext.h34 bool fenceSyncSupport() const { return fFenceSync != nullptr; } in fenceSyncSupport() function
/external/skia/src/gpu/
DGrGpu.cpp408 if (this->caps()->fenceSyncSupport()) { in finishFlush()
426 (numSemaphores > 0 && this->caps()->fenceSyncSupport()), in finishFlush()
428 return this->caps()->fenceSyncSupport() ? GrSemaphoresSubmitted::kYes in finishFlush()
DGrCaps.h242 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function
DGrContext.cpp236 if (!fGpu || fGpu->caps()->fenceSyncSupport()) { in wait()
DGrRenderTargetContext.cpp1744 if (numSemaphores && !this->caps()->fenceSyncSupport()) { in waitOnSemaphores()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp113 if (!mainCtx->priv().caps()->fenceSyncSupport()) { in surface_semaphore_test()
215 if (!ctx->priv().caps()->fenceSyncSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp113 if (!mainCtx->contextPriv().caps()->fenceSyncSupport()) { in surface_semaphore_test()
215 if (!ctx->contextPriv().caps()->fenceSyncSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tools/skpbench/
Dskpbench.cpp420 if (!testCtx->fenceSyncSupport()) { in main()
/external/skia/tools/skpbench/
Dskpbench.cpp420 if (!testCtx->fenceSyncSupport()) { in main()
/external/skia/bench/
Dnanobench.cpp209 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
/external/skqp/bench/
Dnanobench.cpp209 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp4297 SkASSERT(this->caps()->fenceSyncSupport()); in insertFence()
4315 SkASSERT(this->caps()->fenceSyncSupport()); in makeSemaphore()
4322 SkASSERT(this->caps()->fenceSyncSupport()); in wrapBackendSemaphore()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp4247 SkASSERT(this->caps()->fenceSyncSupport()); in insertFence()
4265 SkASSERT(this->caps()->fenceSyncSupport()); in makeSemaphore()
4272 SkASSERT(this->caps()->fenceSyncSupport()); in wrapBackendSemaphore()