Lines Matching refs:screenPixel
3508 const tcu::RGBA screenPixel = result.getPixel(x, y); in edgeRelaxedImageCompare() local
3509 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare()
3511 …ixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThresho… in edgeRelaxedImageCompare()
3516 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare()
3529 const bool screenCoverage = !isBlack(screenPixel); in edgeRelaxedImageCompare()
3536 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare()
3603 const tcu::RGBA screenPixel = result.getPixel(x, y); in intersectionRelaxedLineImageCompare() local
3604 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare()
3605 …ixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThresho… in intersectionRelaxedLineImageCompare()
3611 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare()
3626 const bool screenCoverage = !isBlack(screenPixel); in intersectionRelaxedLineImageCompare()
3633 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare()