Lines Matching refs:screenPixel
3524 const tcu::RGBA screenPixel = result.getPixel(x, y); in edgeRelaxedImageCompare() local
3525 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare()
3527 …ixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThresho… in edgeRelaxedImageCompare()
3532 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare()
3545 const bool screenCoverage = !isBlack(screenPixel); in edgeRelaxedImageCompare()
3552 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare()
3619 const tcu::RGBA screenPixel = result.getPixel(x, y); in intersectionRelaxedLineImageCompare() local
3620 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare()
3621 …ixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThresho… in intersectionRelaxedLineImageCompare()
3627 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare()
3642 const bool screenCoverage = !isBlack(screenPixel); in intersectionRelaxedLineImageCompare()
3649 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare()