Searched refs:fSampleVariablesSupport (Results 1 – 3 of 3) sorted by relevance
125 bool sampleVariablesSupport() const { return fSampleVariablesSupport; } in sampleVariablesSupport()285 bool fSampleVariablesSupport : 1; variable
67 fSampleVariablesSupport = false; in GrShaderCaps()157 r.appendf("Sample variables support: %s\n", (fSampleVariablesSupport ? "YES" : "NO")); in dump()
796 shaderCaps->fSampleVariablesSupport = ctxInfo.glslGeneration() >= k400_GrGLSLGeneration; in initGLSL()799 shaderCaps->fSampleVariablesSupport = true; in initGLSL()801 shaderCaps->fSampleVariablesSupport = true; in initGLSL()806 if (shaderCaps->fSampleVariablesSupport && in initGLSL()