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()123 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()170 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
138 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction()295 bool fEmulateAbsIntFunction : 1; variable
369 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
228 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
2696 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()
3651 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()