Home
last modified time | relevance | path

Searched defs:highPrecision (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/effects/generated/
DGrRectBlurEffect.cpp152 bool highPrecision = false; member in GrGLSLRectBlurEffect
162 bool highPrecision = ((abs(rect.left()) > 16000.0 || abs(rect.top()) > 16000.0) || in onGetGLSLProcessorKey() local
/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp22 bool highPrecision) { in MakeScalarType()
/external/skqp/src/gpu/effects/
DGrRectBlurEffect.cpp124 bool highPrecision = false; member in GrGLSLRectBlurEffect
/external/skia/src/sksl/ir/
DSkSLType.h429 bool highPrecision() const { in highPrecision() function
483 int priority, bool highPrecision) in Type()
/external/skia/src/codec/
DSkAndroidCodec.cpp116 bool highPrecision = fCodec->getEncodedInfo().bitsPerComponent() > 8; in computeOutputColorType() local
/external/skqp/src/codec/
DSkAndroidCodec.cpp125 bool highPrecision = fCodec->getEncodedInfo().bitsPerComponent() > 8; in computeOutputColorType() local