Home
last modified time | relevance | path

Searched refs:fAllowCpuSync (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DCaps.h253 bool allowCpuSync() const { return fAllowCpuSync; } in allowCpuSync()
397 bool fAllowCpuSync = true; variable
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCaps.cpp538 fAllowCpuSync = false; in initCaps()