Home
last modified time | relevance | path

Searched refs:screenPixel (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1825 tcu::RGBA screenPixel = screen.getPixel(x, y); in compare() local
1832 …Thin = (!tcu::compareThreshold(screenPixel, screen.getPixel(x-1, y ), threshold) && !tcu::compar… in compare()
1833 …(!tcu::compareThreshold(screenPixel, screen.getPixel(x , y-1), threshold) && !tcu::compareThresho… in compare()
1857 deUint8 r = deAbs32(refCmpPixel.getRed() - screenPixel.getRed()); in compare()
1858 deUint8 g = deAbs32(refCmpPixel.getGreen() - screenPixel.getGreen()); in compare()
1859 deUint8 b = deAbs32(refCmpPixel.getBlue() - screenPixel.getBlue()); in compare()
DglsDrawTest.cpp3592 const tcu::RGBA screenPixel = result.getPixel(x, y); in edgeRelaxedImageCompare() local
3593 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare()
3595 …ixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThresho… in edgeRelaxedImageCompare()
3600 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare()
3613 const bool screenCoverage = !isBlack(screenPixel); in edgeRelaxedImageCompare()
3620 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare()
3687 const tcu::RGBA screenPixel = result.getPixel(x, y); in intersectionRelaxedLineImageCompare() local
3688 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare()
3689 …ixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThresho… in intersectionRelaxedLineImageCompare()
3695 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare()
[all …]