Home
last modified time | relevance | path

Searched refs:fSemaphoreSupport (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrCaps.h315 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport()
515 bool fSemaphoreSupport : 1; variable
DGrCaps.cpp39 fSemaphoreSupport = false; in GrCaps()
189 writer->appendBool("Semaphore support", fSemaphoreSupport); in dumpJSON()
/third_party/skia/src/gpu/
DGrCaps.h364 bool semaphoreSupport() const { return fSemaphoreSupport; } in semaphoreSupport()
579 bool fSemaphoreSupport : 1; variable
DGrCaps.cpp42 fSemaphoreSupport = false; in GrCaps()
222 writer->appendBool("Semaphore support", fSemaphoreSupport); in dumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp695 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()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp39 fSemaphoreSupport = true; in GrD3DCaps()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp42 fSemaphoreSupport = true; // always available in Vulkan in GrVkCaps()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm39 fSemaphoreSupport = false; // Semaphores are not implemented yet
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp661 fSemaphoreSupport = fFenceSyncSupport; in init()
664 fCrossContextTextureSupport = fSemaphoreSupport; in init()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp51 fSemaphoreSupport = true; // always available in Vulkan in GrVkCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm392 fSemaphoreSupport = supportsMTLEvent;