Searched refs:fFragCoordsConventionSupport (Results 1 – 4 of 4) sorted by relevance
43 fFragCoordsConventionSupport = false; in reset()80 fFragCoordsConventionSupport = caps.fFragCoordsConventionSupport; in operator =()212 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration || in init()653 (fFragCoordsConventionSupport ? "YES": "NO")); in dump()
229 bool fragCoordConventionsSupport() const { return fFragCoordsConventionSupport; } in fragCoordConventionsSupport()328 bool fFragCoordsConventionSupport : 1; variable