Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DTestContext.h35 bool fenceSyncSupport() const { return fFenceSupport; } in fenceSyncSupport() function
41 if (!this->fenceSyncSupport()) { in getMaxGpuFrameLag()
/external/skqp/tools/gpu/
DTestContext.h34 bool fenceSyncSupport() const { return fFenceSync != nullptr; } in fenceSyncSupport() function
/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/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/skia/tests/
DGrFinishedFlushTest.cpp70 bool fenceSupport = dContext->priv().caps()->fenceSyncSupport(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrCaps.h348 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function
/external/skqp/tools/skpbench/
Dskpbench.cpp420 if (!testCtx->fenceSyncSupport()) { in main()
/external/skia/tools/skpbench/
Dskpbench.cpp593 if (!testCtx->fenceSyncSupport()) { in main()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3936 if (syncCpu || (!fFinishCallbacks.empty() && !this->caps()->fenceSyncSupport())) { in onSubmitToGpu()
3957 if (!this->caps()->fenceSyncSupport()) { in insertFence()
4000 if (!this->caps()->fenceSyncSupport()) { in waitFence()
4007 if (this->caps()->fenceSyncSupport()) { in deleteFence()
/external/skqp/bench/
Dnanobench.cpp209 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
/external/skia/bench/
Dnanobench.cpp267 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
/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()