Searched refs:fSemaphoreSupport (Results 1 – 6 of 6) sorted by relevance
351 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport()550 bool fSemaphoreSupport : 1; variable
44 fSemaphoreSupport = false; in GrCaps()215 writer->appendBool("Semaphore support", fSemaphoreSupport); in dumpJSON()
659 fSemaphoreSupport = fFenceSyncSupport = version >= GR_GL_VER(2, 0); in init()663 fSemaphoreSupport = fFenceSyncSupport = true; in init()667 fSemaphoreSupport = fFenceSyncSupport = true; in init()677 fCrossContextTextureSupport = fSemaphoreSupport; in init()
38 fSemaphoreSupport = true; in GrD3DCaps()
50 fSemaphoreSupport = true; // always available in Vulkan in GrVkCaps()
352 fSemaphoreSupport = supportsMTLEvent;