Searched refs:semaphoreSupport (Results 1 – 9 of 9) 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()
364 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport() function
639 if (this->caps()->semaphoreSupport() && info.fNumSemaphores) { in executeFlushInfo()
540 if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.fNumSemaphores)) { in flushSurfaces()
404 if (!fGpu || !fGpu->caps()->semaphoreSupport()) { in wait()
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()
1522 if (numSemaphores && !this->caps()->semaphoreSupport()) { in waitOnSemaphores()