Lines Matching refs:flushInfo
652 GrFlushInfo flushInfo; in finishFrame() local
671 flushInfo.fNumSemaphores = 1; in finishFrame()
672 flushInfo.fSignalSemaphores = sharedSemaphore->grBackendSemaphore(); in finishFrame()
673 flushInfo.fFinishedProc = destroy_semaphore; in finishFrame()
675 flushInfo.fFinishedContext = sharedSemaphore.get(); in finishFrame()
682 surface, SkSurfaces::BackendSurfaceAccess::kPresent, flushInfo); in finishFrame()
837 GrFlushInfo flushInfo; in createReleaseFence() local
838 flushInfo.fNumSemaphores = 1; in createReleaseFence()
839 flushInfo.fSignalSemaphores = sharedSemaphore->grBackendSemaphore(); in createReleaseFence()
840 flushInfo.fFinishedProc = destroy_semaphore; in createReleaseFence()
842 flushInfo.fFinishedContext = sharedSemaphore.get(); in createReleaseFence()
843 GrSemaphoresSubmitted submitted = grContext->flush(flushInfo); in createReleaseFence()