Home
last modified time | relevance | path

Searched refs:fDriverDisableMSAAClipAtlas (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrCaps.cpp57 fDriverDisableMSAAClipAtlas = false; in GrCaps()
112 SkASSERT(!fDriverDisableMSAAClipAtlas); in applyOptionsOverrides()
239 fDriverDisableMSAAClipAtlas); in dumpJSON()
DGrCaps.h394 bool driverDisableMSAAClipAtlas() const { return fDriverDisableMSAAClipAtlas; } in driverDisableMSAAClipAtlas()
568 bool fDriverDisableMSAAClipAtlas : 1; variable
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp575 fDriverDisableMSAAClipAtlas = true; in applyDriverCorrectnessWorkarounds()