Searched refs:fCanUseMinAndAbsTogether (Results 1 – 8 of 8) sorted by relevance
31 fCanUseMinAndAbsTogether = true; in GrShaderCaps()102 writer->appendBool("Can use min() and abs() together", fCanUseMinAndAbsTogether); in dumpJSON()140 SkASSERT(fCanUseMinAndAbsTogether); in applyOptionsOverrides()
109 bool canUseMinAndAbsTogether() const { return fCanUseMinAndAbsTogether; } in canUseMinAndAbsTogether()265 bool fCanUseMinAndAbsTogether : 1; variable
29 fCanUseMinAndAbsTogether = true; in GrShaderCaps()110 writer->appendBool("Can use min() and abs() together", fCanUseMinAndAbsTogether); in dumpJSON()162 SkASSERT(fCanUseMinAndAbsTogether); in applyOptionsOverrides()
110 bool canUseMinAndAbsTogether() const { return fCanUseMinAndAbsTogether; } in canUseMinAndAbsTogether()304 bool fCanUseMinAndAbsTogether : 1; variable
63 bool fCanUseMinAndAbsTogether = true; variable65 return fCanUseMinAndAbsTogether; in canUseMinAndAbsTogether()344 result->fCanUseMinAndAbsTogether = false; in CannotUseMinAndAbsTogether()
251 result->fCanUseMinAndAbsTogether = false; in CannotUseMinAndAbsTogether()
2614 shaderCaps->fCanUseMinAndAbsTogether = false; in applyDriverCorrectnessWorkarounds()
3729 shaderCaps->fCanUseMinAndAbsTogether = false; in applyDriverCorrectnessWorkarounds()