Searched refs:fFlatInterpolationSupport (Results 1 – 4 of 4) sorted by relevance
119 bool flatInterpolationSupport() const { return fFlatInterpolationSupport; } in flatInterpolationSupport()278 bool fFlatInterpolationSupport : 1; variable
61 fFlatInterpolationSupport = false; in GrShaderCaps()147 r.appendf("Flat interpolation support: %s\n", (fFlatInterpolationSupport ? "YES" : "NO")); in dump()
217 shaderCaps->fFlatInterpolationSupport = true; in initShaderCaps()
733 shaderCaps->fFlatInterpolationSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in initGLSL()735 shaderCaps->fFlatInterpolationSupport = in initGLSL()