Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h232 bool fragCoordConventionsSupport() const { return fFragCoordsConventionSupport; } in fragCoordConventionsSupport()
353 bool fFragCoordsConventionSupport : 1; variable
DGrGLCaps.cpp44 fFragCoordsConventionSupport = false; in reset()
86 fFragCoordsConventionSupport = caps.fFragCoordsConventionSupport; in operator =()
207 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration || in init()
913 (fFragCoordsConventionSupport ? "YES": "NO")); in dump()