Searched refs:fSemaphoreSupport (Results 1 – 6 of 6) sorted by relevance
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()
51 fSemaphoreSupport = true; // always available in Vulkan in GrVkCaps()
392 fSemaphoreSupport = supportsMTLEvent;