Searched refs:fFragCoordsConventionSupport (Results 1 – 2 of 2) sorted by relevance
39 fFragCoordsConventionSupport = false; in reset()69 fFragCoordsConventionSupport = caps.fFragCoordsConventionSupport; in operator =()166 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration || in init()427 …GrPrintf("Fragment coord conventions support: %s\n", (fFragCoordsConventionSupport ? "YES": "NO")); in print()
220 bool fragCoordConventionsSupport() const { return fFragCoordsConventionSupport; } in fragCoordConventionsSupport()299 bool fFragCoordsConventionSupport : 1; variable