Home
last modified time | relevance | path

Searched refs:fFragCoordsConventionSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.cpp39 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()
DGrGLCaps.h220 bool fragCoordConventionsSupport() const { return fFragCoordsConventionSupport; } in fragCoordConventionsSupport()
299 bool fFragCoordsConventionSupport : 1; variable