Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrCaps.h101 bool msaaResolvesAutomatically() const { return fMSAAResolvesAutomatically; } in msaaResolvesAutomatically()
603 bool fMSAAResolvesAutomatically : 1; variable
H A DGrCaps.cpp41 fMSAAResolvesAutomatically = false; in GrCaps()
227 writer->appendBool("MSAA Resolves Automatically", fMSAAResolvesAutomatically); in dumpJSON()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.cpp1170 fMSAAResolvesAutomatically = true; in initFSAASupport()
1173 fMSAAResolvesAutomatically = true; in initFSAASupport()
3988 fMSAAResolvesAutomatically = false; in applyDriverCorrectnessWorkarounds()
4082 fMSAAResolvesAutomatically = false; in applyDriverCorrectnessWorkarounds()