Home | History | Annotate | Download | only in glshared

Lines Matching refs:screenPixel

3524 		const tcu::RGBA	screenPixel			= result.getPixel(x, y);
3525 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold);
3527 const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThreshold); // reference image has a matching pixel nearby (~= If something is drawn on screen, it must be drawn to reference too.)
3532 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel);
3545 const bool screenCoverage = !isBlack(screenPixel);
3552 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel);
3619 const tcu::RGBA screenPixel = result.getPixel(x, y);
3620 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold);
3621 const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThreshold); // reference image has a matching pixel nearby (~= If something is drawn on screen, it must be drawn to reference too.)
3627 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel);
3642 const bool screenCoverage = !isBlack(screenPixel);
3649 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel);