Home
last modified time | relevance | path

Searched refs:fenceSyncSupport (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tools/gpu/
H A DTestContext.h35 bool fenceSyncSupport() const { return fFenceSupport; } in fenceSyncSupport() function in sk_gpu_test::TestContext
41 if (!this->fenceSyncSupport()) { in getMaxGpuFrameLag()
/third_party/skia/tests/
H A DGrFinishedFlushTest.cpp70 bool fenceSupport = dContext->priv().caps()->fenceSyncSupport(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/
H A DGrCaps.h361 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function in GrCaps
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp594 if (!testCtx->fenceSyncSupport()) { in main()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp3978 if (syncCpu || (!fFinishCallbacks.empty() && !this->caps()->fenceSyncSupport())) { in onSubmitToGpu()
3999 if (!this->caps()->fenceSyncSupport()) { in insertFence()
4042 if (!this->caps()->fenceSyncSupport()) { in waitFence()
4049 if (this->caps()->fenceSyncSupport()) { in deleteFence()
/third_party/skia/bench/
H A Dnanobench.cpp268 if (!this->contextInfo.testContext()->fenceSyncSupport()) {

Completed in 15 milliseconds