Searched refs:fCanUseMinAndAbsTogether (Results 1 – 3 of 3) sorted by relevance
24 fCanUseMinAndAbsTogether = true; in GrGLSLCaps()64 r.appendf("Can use min() and abs() together: %s\n", (fCanUseMinAndAbsTogether ? "YES" : "NO")); in dump()
84 bool canUseMinAndAbsTogether() const { return fCanUseMinAndAbsTogether; } in canUseMinAndAbsTogether()164 bool fCanUseMinAndAbsTogether : 1; variable
707 glslCaps->fCanUseMinAndAbsTogether = false; in initGLSL()