Searched refs:fenceSyncSupport (Results 1 – 14 of 14) 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
383 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()
244 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function
1644 if (numSemaphores && !this->caps()->fenceSyncSupport()) { in waitOnSemaphores()
113 if (!mainCtx->contextPriv().caps()->fenceSyncSupport()) { in surface_semaphore_test()215 if (!ctx->contextPriv().caps()->fenceSyncSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
70 bool fenceSupport = dContext->priv().caps()->fenceSyncSupport(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
348 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport() function
420 if (!testCtx->fenceSyncSupport()) { in main()
593 if (!testCtx->fenceSyncSupport()) { in main()
3936 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()
209 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
267 if (!this->contextInfo.testContext()->fenceSyncSupport()) { in init()
4247 SkASSERT(this->caps()->fenceSyncSupport()); in insertFence()4265 SkASSERT(this->caps()->fenceSyncSupport()); in makeSemaphore()4272 SkASSERT(this->caps()->fenceSyncSupport()); in wrapBackendSemaphore()