• Home
  • Raw
  • Download

Lines Matching refs:compareThreshold

3453 … colorsEqual (const tcu::RGBA& colorA, const tcu::RGBA& colorB, const tcu::IVec3& compareThreshold)  in colorsEqual()  argument
3460 …pareThresholdMasked(colorA, colorB, tcu::RGBA(compareThreshold.x(), compareThreshold.y(), compareT… in colorsEqual()
3464 …nst tcu::Surface& target, int x, int y, const tcu::RGBA& color, const tcu::IVec3& compareThreshold) in pixelNeighborhoodContainsColor() argument
3474 if (colorsEqual(color, targetCmpPixel, compareThreshold)) in pixelNeighborhoodContainsColor()
3499 …::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, const tcu::I… in edgeRelaxedImageCompare() argument
3525 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare()
3526 …rectMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen… in edgeRelaxedImageCompare()
3527 …tch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThreshold); // referenc… in edgeRelaxedImageCompare()
3574 …son failed. Color threshold = (" << compareThreshold.x() << ", " << compareThreshold.y() << ", " <… in edgeRelaxedImageCompare()
3594 …::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, int maxAllow… in intersectionRelaxedLineImageCompare() argument
3620 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare()
3621 …tch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThreshold); // referenc… in intersectionRelaxedLineImageCompare()
3622 …rectMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen… in intersectionRelaxedLineImageCompare()
3671 …son failed. Color threshold = (" << compareThreshold.x() << ", " << compareThreshold.y() << ", " <… in intersectionRelaxedLineImageCompare()