Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCaps.h312 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport()
514 bool fFenceSyncSupport : 1; variable
DGrCaps.cpp38 fFenceSyncSupport = false; in GrCaps()
188 writer->appendBool("Fence sync support", fFenceSyncSupport); in dumpJSON()
/third_party/skia/src/gpu/
DGrCaps.h361 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport()
578 bool fFenceSyncSupport : 1; variable
DGrCaps.cpp41 fFenceSyncSupport = false; in GrCaps()
221 writer->appendBool("Fence sync support", fFenceSyncSupport); in dumpJSON()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm38 fFenceSyncSupport = false; // Fences are not implemented yet
255 fFenceSyncSupport = true; // always available in Metal
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp652 fFenceSyncSupport = (version >= GR_GL_VER(3, 2) || ctxInfo.hasExtension("GL_ARB_sync")); in init()
654 fFenceSyncSupport = (version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_APPLE_sync")); in init()
657 fFenceSyncSupport = version >= GR_GL_VER(2, 0); in init()
661 fSemaphoreSupport = fFenceSyncSupport; in init()
/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()
708 fFenceSyncSupport = true; in init()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp40 fFenceSyncSupport = true; in GrD3DCaps()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp43 fFenceSyncSupport = true; // always available in Vulkan in GrVkCaps()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp52 fFenceSyncSupport = true; // always available in Vulkan in GrVkCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm387 fFenceSyncSupport = true;