Searched refs:fEmulateAbsIntFunction (Results 1 – 8 of 8) sorted by relevance
43 fEmulateAbsIntFunction = false; in GrShaderCaps()114 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()152 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
137 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction()277 bool fEmulateAbsIntFunction : 1; variable
42 fEmulateAbsIntFunction = false; in GrShaderCaps()125 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()175 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
140 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction()317 bool fEmulateAbsIntFunction : 1; variable
260 bool fEmulateAbsIntFunction = false; variable262 return fEmulateAbsIntFunction; in emulateAbsIntFunction()351 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
369 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
2696 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()
3835 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()