Searched refs:fSampleLocationsSupport (Results 1 – 8 of 8) sorted by relevance
58 bool sampleLocationsSupport() const { return fSampleLocationsSupport; } in sampleLocationsSupport()338 bool fSampleLocationsSupport : 1; variable
28 fSampleLocationsSupport = false; in GrCaps()191 writer->appendBool("Sample Locations Support", fSampleLocationsSupport); in dumpJSON()
58 bool sampleLocationsSupport() const { return fSampleLocationsSupport; } in sampleLocationsSupport()340 bool fSampleLocationsSupport : 1; variable
28 fSampleLocationsSupport = false; in GrCaps()190 writer->appendBool("Sample Locations Support", fSampleLocationsSupport); in dumpJSON()
255 fSampleLocationsSupport = false;
140 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init()143 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init()