Home | History | Annotate | Download | only in glshared

Lines Matching refs:screenPixel

3592 		const tcu::RGBA	screenPixel			= result.getPixel(x, y);
3593 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold);
3595 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.)
3600 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel);
3613 const bool screenCoverage = !isBlack(screenPixel);
3620 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel);
3687 const tcu::RGBA screenPixel = result.getPixel(x, y);
3688 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold);
3689 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.)
3695 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel);
3710 const bool screenCoverage = !isBlack(screenPixel);
3717 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel);