Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h74 bool msaaResolvesAutomatically() const { return fMSAAResolvesAutomatically; } in msaaResolvesAutomatically()
545 bool fMSAAResolvesAutomatically : 1; variable
DGrCaps.cpp33 fMSAAResolvesAutomatically = false; in GrCaps()
212 writer->appendBool("MSAA Resolves Automatically", fMSAAResolvesAutomatically); in dumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1052 fMSAAResolvesAutomatically = true; in initFSAASupport()
1055 fMSAAResolvesAutomatically = true; in initFSAASupport()
3691 fMSAAResolvesAutomatically = false; in applyDriverCorrectnessWorkarounds()