Searched refs:fCanUseMinAndAbsTogether (Results 1 – 8 of 8) sorted by relevance
29 fCanUseMinAndAbsTogether = true; in GrShaderCaps()105 writer->appendBool("Can use min() and abs() together", fCanUseMinAndAbsTogether); in dumpJSON()151 SkASSERT(fCanUseMinAndAbsTogether); in applyOptionsOverrides()
113 bool canUseMinAndAbsTogether() const { return fCanUseMinAndAbsTogether; } in canUseMinAndAbsTogether()268 bool fCanUseMinAndAbsTogether : 1; variable
27 fCanUseMinAndAbsTogether = true; in GrShaderCaps()110 writer->appendBool("Can use min() and abs() together", fCanUseMinAndAbsTogether); in dumpJSON()165 SkASSERT(fCanUseMinAndAbsTogether); in applyOptionsOverrides()
128 bool canUseMinAndAbsTogether() const { return fCanUseMinAndAbsTogether; } in canUseMinAndAbsTogether()302 bool fCanUseMinAndAbsTogether : 1; variable
63 bool fCanUseMinAndAbsTogether = true; variable65 return fCanUseMinAndAbsTogether; in canUseMinAndAbsTogether()331 result->fCanUseMinAndAbsTogether = false; in CannotUseMinAndAbsTogether()
246 result->fCanUseMinAndAbsTogether = false; in CannotUseMinAndAbsTogether()
3339 shaderCaps->fCanUseMinAndAbsTogether = false; in applyDriverCorrectnessWorkarounds()
3831 shaderCaps->fCanUseMinAndAbsTogether = false; in applyDriverCorrectnessWorkarounds()