Lines Matching refs:refPixel
3591 const tcu::RGBA refPixel = reference.getPixel(x, y);
3593 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold);
3594 const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen image has a matching pixel nearby (~= If something is drawn on reference, it must be drawn to screen too.)
3612 const bool referenceCoverage = !isBlack(refPixel);
3686 const tcu::RGBA refPixel = reference.getPixel(x, y);
3688 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold);
3690 const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen image has a matching pixel nearby (~= If something is drawn on reference, it must be drawn to screen too.)
3709 const bool referenceCoverage = !isBlack(refPixel);