Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/
DTestContext.h35 bool fenceSyncSupport() const { return fFenceSupport; } in fenceSyncSupport() function
41 if (!this->fenceSyncSupport()) { in getMaxGpuFrameLag()
/third_party/flutter/skia/tools/gpu/
DTestContext.h34 bool fenceSyncSupport() const { return fFenceSync != nullptr; } in fenceSyncSupport() function
/third_party/flutter/skia/tests/
DGrFinishedFlushTest.cpp70 ((ctx->backend() == GrBackendApi::kOpenGL) && ctx->priv().caps()->fenceSyncSupport()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DGrFinishedFlushTest.cpp70 bool fenceSupport = dContext->priv().caps()->fenceSyncSupport(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/
DGrCaps.h312 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function
/third_party/skia/src/gpu/
DGrCaps.h361 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function
/third_party/flutter/skia/tools/skpbench/
Dskpbench.cpp497 if (!testCtx->fenceSyncSupport()) { in main()
/third_party/skia/tools/skpbench/
Dskpbench.cpp594 if (!testCtx->fenceSyncSupport()) { in main()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3967 if (syncCpu || (!fFinishCallbacks.empty() && !this->caps()->fenceSyncSupport())) { in onSubmitToGpu()
3988 if (!this->caps()->fenceSyncSupport()) { in insertFence()
4031 if (!this->caps()->fenceSyncSupport()) { in waitFence()
4038 if (this->caps()->fenceSyncSupport()) { in deleteFence()
/third_party/flutter/skia/bench/
Dnanobench.cpp244 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
/third_party/skia/bench/
Dnanobench.cpp268 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp4120 (info.fFinishedProc && !this->caps()->fenceSyncSupport()); in onFinishFlush()
4160 SkASSERT(this->caps()->fenceSyncSupport()); in insertFence()