Home
last modified time | relevance | path

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

/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/skia/src/gpu/vk/
DGrVkCaps.cpp51 fSemaphoreSupport = true; // always available in Vulkan in GrVkCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm392 fSemaphoreSupport = supportsMTLEvent;