Searched refs:fSampleLocationsSupport (Results 1 – 7 of 7) sorted by relevance
53 bool sampleLocationsSupport() const { return fSampleLocationsSupport; } in sampleLocationsSupport()537 bool fSampleLocationsSupport : 1; variable
27 fSampleLocationsSupport = false; in GrCaps()206 writer->appendBool("Sample Locations Support", fSampleLocationsSupport); in dumpJSON()
29 fSampleLocationsSupport = true; in GrMockCaps()
190 fSampleLocationsSupport = true; in initGrCaps()
161 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init()164 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init()166 fSampleLocationsSupport = false; in init()
629 fSampleLocationsSupport = true; in initGrCaps()
376 fSampleLocationsSupport = false;