Home
last modified time | relevance | path

Searched refs:fEmulateAbsIntFunction (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrShaderCaps.cpp40 fEmulateAbsIntFunction = false; in GrShaderCaps()
124 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()
178 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
DGrShaderCaps.h163 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction()
315 bool fEmulateAbsIntFunction : 1; variable
/third_party/skia/src/sksl/
DSkSLUtil.h245 bool fEmulateAbsIntFunction = false; variable
247 return fEmulateAbsIntFunction; in emulateAbsIntFunction()
338 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp4005 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()