Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrCaps.h55 bool sampleLocationsSupport() const { return fSampleLocationsSupport; } in sampleLocationsSupport()
217 bool fSampleLocationsSupport : 1; variable
/external/skia/src/gpu/
DGrCaps.cpp48 fSampleLocationsSupport = false; in GrCaps()
137 r.appendf("Sample Locations Support : %s\n", gNY[fSampleLocationsSupport]); in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp116 fSampleLocationsSupport = version >= GR_GL_VER(3,2) || in init()
119 fSampleLocationsSupport = version >= GR_GL_VER(3,1); in init()