Searched refs:fEmulateAbsIntFunction (Results 1 – 8 of 8) sorted by relevance
41 fEmulateAbsIntFunction = false; in GrShaderCaps()117 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()163 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
141 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction()280 bool fEmulateAbsIntFunction : 1; variable
40 fEmulateAbsIntFunction = false; in GrShaderCaps()124 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()178 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
163 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction()315 bool fEmulateAbsIntFunction : 1; variable
245 bool fEmulateAbsIntFunction = false; variable247 return fEmulateAbsIntFunction; in emulateAbsIntFunction()338 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
363 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
3421 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()
3975 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()