Searched refs:semaphoreSupport (Results 1 – 15 of 15) sorted by relevance
118 if (!mainCtx->priv().caps()->semaphoreSupport()) { in surface_semaphore_test()232 if (!ctx->priv().caps()->semaphoreSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
115 if (!mainCtx->priv().caps()->semaphoreSupport()) { in surface_semaphore_test()229 if (!ctx->priv().caps()->semaphoreSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
590 if (this->caps()->semaphoreSupport()) { in finishFlush()609 return this->caps()->semaphoreSupport() ? GrSemaphoresSubmitted::kYes in finishFlush()
315 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport() function
262 if (!fGpu || fGpu->caps()->semaphoreSupport()) { in wait()
1996 if (numSemaphores && !this->caps()->semaphoreSupport()) { in waitOnSemaphores()
364 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport() function
540 if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.fNumSemaphores)) { in flushSurfaces()
639 if (this->caps()->semaphoreSupport() && info.fNumSemaphores) { in executeFlushInfo()
394 if (!fGpu || !fGpu->caps()->semaphoreSupport()) { in wait()
4116 bool insertedSemaphore = info.fNumSemaphores > 0 && this->caps()->semaphoreSupport(); in onFinishFlush()4183 SkASSERT(this->caps()->semaphoreSupport()); in makeSemaphore()4190 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()
1565 SkASSERT(this->caps()->semaphoreSupport());1572 SkASSERT(this->caps()->semaphoreSupport());
1706 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()
4044 SkASSERT(this->caps()->semaphoreSupport()); in makeSemaphore()4051 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()
1521 if (numSemaphores && !this->caps()->semaphoreSupport()) { in waitOnSemaphores()