Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShaderCaps.cpp43 fEmulateAbsIntFunction = false; in GrShaderCaps()
114 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()
152 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
DGrShaderCaps.h137 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction()
277 bool fEmulateAbsIntFunction : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.cpp42 fEmulateAbsIntFunction = false; in GrShaderCaps()
123 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()
170 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
DGrShaderCaps.h138 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction()
295 bool fEmulateAbsIntFunction : 1; variable
/external/skqp/src/sksl/
DSkSLUtil.h369 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
/external/skia/src/sksl/
DSkSLUtil.cpp228 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2696 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp3651 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()