Home
last modified time | relevance | path

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

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