Home
last modified time | relevance | path

Searched refs:fSamplerObjectSupport (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h453 bool samplerObjectSupport() const { return fSamplerObjectSupport; } in samplerObjectSupport()
578 bool fSamplerObjectSupport : 1; variable
DGrGLCaps.cpp67 fSamplerObjectSupport = false; in GrGLCaps()
743 fSamplerObjectSupport = in init()
746 fSamplerObjectSupport = version >= GR_GL_VER(3,0); in init()
748 fSamplerObjectSupport = version >= GR_GL_VER(2,0); in init()
751 fUseSamplerObjects = fSamplerObjectSupport; in init()
1230 writer->appendBool("Sampler object support", fSamplerObjectSupport); in onDumpJSON()