Searched refs:fenceSyncSupport (Results 1 – 12 of 12) sorted by relevance
35 bool fenceSyncSupport() const { return fFenceSupport; } in fenceSyncSupport() function41 if (!this->fenceSyncSupport()) { in getMaxGpuFrameLag()
34 bool fenceSyncSupport() const { return fFenceSync != nullptr; } in fenceSyncSupport() function
70 ((ctx->backend() == GrBackendApi::kOpenGL) && ctx->priv().caps()->fenceSyncSupport()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
70 bool fenceSupport = dContext->priv().caps()->fenceSyncSupport(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
312 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function
361 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function
497 if (!testCtx->fenceSyncSupport()) { in main()
594 if (!testCtx->fenceSyncSupport()) { in main()
3967 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()
244 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
268 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
4120 (info.fFinishedProc && !this->caps()->fenceSyncSupport()); in onFinishFlush()4160 SkASSERT(this->caps()->fenceSyncSupport()); in insertFence()