Home
last modified time | relevance | path

Searched refs:fCanUseMinAndAbsTogether (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLCaps.cpp24 fCanUseMinAndAbsTogether = true; in GrGLSLCaps()
64 r.appendf("Can use min() and abs() together: %s\n", (fCanUseMinAndAbsTogether ? "YES" : "NO")); in dump()
DGrGLSLCaps.h84 bool canUseMinAndAbsTogether() const { return fCanUseMinAndAbsTogether; } in canUseMinAndAbsTogether()
164 bool fCanUseMinAndAbsTogether : 1; variable
/external/skia/src/gpu/gl/
DGrGLCaps.cpp707 glslCaps->fCanUseMinAndAbsTogether = false; in initGLSL()