Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp43 fFragCoordsConventionSupport = false; in reset()
80 fFragCoordsConventionSupport = caps.fFragCoordsConventionSupport; in operator =()
212 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration || in init()
653 (fFragCoordsConventionSupport ? "YES": "NO")); in dump()
DGrGLCaps.h229 bool fragCoordConventionsSupport() const { return fFragCoordsConventionSupport; } in fragCoordConventionsSupport()
328 bool fFragCoordsConventionSupport : 1; variable
/external/skia/src/gpu/gl/
DGrGLCaps.cpp43 fFragCoordsConventionSupport = false; in reset()
80 fFragCoordsConventionSupport = caps.fFragCoordsConventionSupport; in operator =()
212 fFragCoordsConventionSupport = ctxInfo.glslGeneration() >= k150_GrGLSLGeneration || in init()
653 (fFragCoordsConventionSupport ? "YES": "NO")); in dump()
DGrGLCaps.h229 bool fragCoordConventionsSupport() const { return fFragCoordsConventionSupport; } in fragCoordConventionsSupport()
328 bool fFragCoordsConventionSupport : 1; variable