Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.cpp58 fDriverDisableMSAAClipAtlas = false; in GrCaps()
112 SkASSERT(!fDriverDisableMSAAClipAtlas); in applyOptionsOverrides()
231 fDriverDisableMSAAClipAtlas); in dumpJSON()
DGrCaps.h381 bool driverDisableMSAAClipAtlas() const { return fDriverDisableMSAAClipAtlas; } in driverDisableMSAAClipAtlas()
538 bool fDriverDisableMSAAClipAtlas : 1; variable
/external/skia/src/gpu/vk/
DGrVkCaps.cpp561 fDriverDisableMSAAClipAtlas = true; in applyDriverCorrectnessWorkarounds()