Searched refs:fSemaphoreSupport (Results 1 – 11 of 11) sorted by relevance
315 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport()515 bool fSemaphoreSupport : 1; variable
39 fSemaphoreSupport = false; in GrCaps()189 writer->appendBool("Semaphore support", fSemaphoreSupport); in dumpJSON()
364 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport()579 bool fSemaphoreSupport : 1; variable
42 fSemaphoreSupport = false; in GrCaps()222 writer->appendBool("Semaphore support", fSemaphoreSupport); in dumpJSON()
695 fSemaphoreSupport = fFenceSyncSupport = version >= GR_GL_VER(2, 0); in init()699 fSemaphoreSupport = fFenceSyncSupport = true; in init()703 fSemaphoreSupport = fFenceSyncSupport = true; in init()713 fCrossContextTextureSupport = fSemaphoreSupport; in init()
39 fSemaphoreSupport = true; in GrD3DCaps()
42 fSemaphoreSupport = true; // always available in Vulkan in GrVkCaps()
39 fSemaphoreSupport = false; // Semaphores are not implemented yet
661 fSemaphoreSupport = fFenceSyncSupport; in init()664 fCrossContextTextureSupport = fSemaphoreSupport; in init()
51 fSemaphoreSupport = true; // always available in Vulkan in GrVkCaps()
392 fSemaphoreSupport = supportsMTLEvent;