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()
125 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()
175 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
DGrShaderCaps.h140 bool emulateAbsIntFunction() const { return fEmulateAbsIntFunction; } in emulateAbsIntFunction()
317 bool fEmulateAbsIntFunction : 1; variable
/external/skia/src/sksl/
DSkSLUtil.h260 bool fEmulateAbsIntFunction = false; variable
262 return fEmulateAbsIntFunction; in emulateAbsIntFunction()
351 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
/external/skqp/src/sksl/
DSkSLUtil.h369 result->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2696 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp3835 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()