Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h242 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport()
362 bool fFenceSyncSupport : 1; variable
DGrCaps.cpp37 fFenceSyncSupport = false; in GrCaps()
200 writer->appendBool("Fence sync support", fFenceSyncSupport); in dumpJSON()
/external/skqp/src/gpu/
DGrCaps.h244 bool fenceSyncSupport() const { return fFenceSyncSupport; } in fenceSyncSupport()
364 bool fFenceSyncSupport : 1; variable
DGrCaps.cpp37 fFenceSyncSupport = false; in GrCaps()
199 writer->appendBool("Fence sync support", fFenceSyncSupport); in dumpJSON()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm34 fFenceSyncSupport = false; // Fences are not implemented yet
265 fFenceSyncSupport = true; // always available in Metal
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm34 fFenceSyncSupport = false; // Fences are not implemented yet
265 fFenceSyncSupport = true; // always available in Metal
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp38 fFenceSyncSupport = true; // always available in Vulkan in GrVkCaps()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp39 fFenceSyncSupport = true; // always available in Vulkan in GrVkCaps()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp566 fFenceSyncSupport = true; in init()
569 fFenceSyncSupport = true; in init()
573 fCrossContextTextureSupport = fFenceSyncSupport; in init()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp566 fFenceSyncSupport = true; in init()
569 fFenceSyncSupport = true; in init()
573 fCrossContextTextureSupport = fFenceSyncSupport; in init()