Searched refs:fEmulateAbsIntFunction (Results 1 – 4 of 4) sorted by relevance
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()
4005 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()