Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h75 bool msaaResolvesAutomatically() const { return fMSAAResolvesAutomatically; } in msaaResolvesAutomatically()
516 bool fMSAAResolvesAutomatically : 1; variable
DGrCaps.cpp35 fMSAAResolvesAutomatically = false; in GrCaps()
205 writer->appendBool("MSAA Resolves Automatically", fMSAAResolvesAutomatically); in dumpJSON()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp996 fMSAAResolvesAutomatically = true; in initFSAASupport()
999 fMSAAResolvesAutomatically = true; in initFSAASupport()
3537 fMSAAResolvesAutomatically = false; in applyDriverCorrectnessWorkarounds()