Searched refs:fSampleLocationsSupport (Results 1 – 3 of 3) sorted by relevance
55 bool sampleLocationsSupport() const { return fSampleLocationsSupport; } in sampleLocationsSupport()217 bool fSampleLocationsSupport : 1; variable
48 fSampleLocationsSupport = false; in GrCaps()137 r.appendf("Sample Locations Support : %s\n", gNY[fSampleLocationsSupport]); in dump()
116 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init()119 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init()