Searched refs:fSampleVariablesSupport (Results 1 – 3 of 3) sorted by relevance
28 fSampleVariablesSupport = false; in GrGLSLCaps()70 r.appendf("Sample variables support: %s\n", (fSampleVariablesSupport ? "YES" : "NO")); in dump()
61 bool sampleVariablesSupport() const { return fSampleVariablesSupport; } in sampleVariablesSupport()160 bool fSampleVariablesSupport : 1; variable
650 glslCaps->fSampleVariablesSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()653 glslCaps->fSampleVariablesSupport = true; in initGLSL()655 glslCaps->fSampleVariablesSupport = true; in initGLSL()660 if (glslCaps->fSampleVariablesSupport) { in initGLSL()