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()
351 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport() function
524 if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.fNumSemaphores)) { in flushSurfaces()
594 if (this->caps()->semaphoreSupport() && info.fNumSemaphores) { in executeFlushInfo()
355 if (!fGpu || !fGpu->caps()->semaphoreSupport()) { in wait()
1511 if (numSemaphores && !this->caps()->semaphoreSupport()) { in waitOnSemaphores()
1473 SkASSERT(this->caps()->semaphoreSupport());1481 SkASSERT(this->caps()->semaphoreSupport());
1505 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()
4013 SkASSERT(this->caps()->semaphoreSupport()); in makeSemaphore()4021 SkASSERT(this->caps()->semaphoreSupport()); in wrapBackendSemaphore()