Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCaps.h63 bool msaaResolvesAutomatically() const { return fMSAAResolvesAutomatically; } in msaaResolvesAutomatically()
485 bool fMSAAResolvesAutomatically : 1; variable
DGrCaps.cpp31 fMSAAResolvesAutomatically = false; in GrCaps()
181 writer->appendBool("MSAA Resolves Automatically", fMSAAResolvesAutomatically); in dumpJSON()
/third_party/skia/src/gpu/
DGrCaps.h74 bool msaaResolvesAutomatically() const { return fMSAAResolvesAutomatically; } in msaaResolvesAutomatically()
543 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()
3661 fMSAAResolvesAutomatically = false; in applyDriverCorrectnessWorkarounds()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp1007 fMSAAResolvesAutomatically = true; in initFSAASupport()
1010 fMSAAResolvesAutomatically = true; in initFSAASupport()