Home
last modified time | relevance | path

Searched refs:compareColors (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp108 static inline float compareColors (deUint32 pa, deUint32 pb, int minErrThreshold) in compareColors() function
216 …minErr = deFloatMin(minErr, compareColors(pixel, readUnorm8<NumChannels>(surface, x, y), params.mi… in compareToNeighbor()
241 …minErr = deFloatMin(minErr, compareColors(pixel, readUnorm8<NumChannels>(surface, dx, dy), params.… in compareToNeighbor()
254 minErr = deFloatMin(minErr, compareColors(pixel, sample, params.minErrThreshold)); in compareToNeighbor()
/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp93 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, i… in compareColors() function
1127 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white, args.redBits, args.gr… in verifySinglesampleLineGroupRasterization()
1152 …if (compareColors(surface.getPixel(x+dx, y+dy), tcu::RGBA::white, args.redBits, args.greenBits, ar… in verifySinglesampleLineGroupRasterization()
1240 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white, args.redBits, args.gre… in verifySinglesampleLineGroupRasterization()
1321 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white, args.redBits, args.gre… in verifySinglesampleLineGroupRasterization()
1544 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black, args.redBits, args.gree… in verifyLineGroupPixelIndependentInterpolation()
1868 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black, args.redBits, args.gree… in verifySinglesampleWideLineGroupInterpolation()
2287 …const bool imageNoCoverage = compareColors(color, backGroundColor, args.redBits, args.greenBits… in verifyTriangleGroupRasterization()
2288 …const bool imageFullCoverage = compareColors(color, triangleColor, args.redBits, args.greenBits,… in verifyTriangleGroupRasterization()