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