Searched refs:fSamplerObjectSupport (Results 1 – 2 of 2) sorted by relevance
453 bool samplerObjectSupport() const { return fSamplerObjectSupport; } in samplerObjectSupport()578 bool fSamplerObjectSupport : 1; variable
67 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()