Searched refs:screenPixel (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1837 tcu::RGBA screenPixel = screen.getPixel(x, y); in compare() local 1843 …error.setPixel(x, y, tcu::RGBA(screenPixel.getRed(), (screenPixel.getGreen() + 255) / 2, screenPix… in compare() 1851 …Thin = (!tcu::compareThreshold(screenPixel, screen.getPixel(x-1, y ), threshold) && !tcu::compar… in compare() 1852 …(!tcu::compareThreshold(screenPixel, screen.getPixel(x , y-1), threshold) && !tcu::compareThresho… in compare() 1876 deUint8 r = (deUint8)deAbs32(refCmpPixel.getRed() - screenPixel.getRed()); in compare() 1877 deUint8 g = (deUint8)deAbs32(refCmpPixel.getGreen() - screenPixel.getGreen()); in compare() 1878 deUint8 b = (deUint8)deAbs32(refCmpPixel.getBlue() - screenPixel.getBlue()); in compare()
|
D | glsDrawTest.cpp | 3525 const tcu::RGBA screenPixel = result.getPixel(x, y); in edgeRelaxedImageCompare() local 3526 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare() 3528 …ixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThresho… in edgeRelaxedImageCompare() 3533 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare() 3546 const bool screenCoverage = !isBlack(screenPixel); in edgeRelaxedImageCompare() 3553 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in edgeRelaxedImageCompare() 3620 const tcu::RGBA screenPixel = result.getPixel(x, y); in intersectionRelaxedLineImageCompare() local 3621 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare() 3622 …ixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, screenPixel, compareThresho… in intersectionRelaxedLineImageCompare() 3628 const deUint32 grayscaleValue = getVisualizationGrayscaleColor(screenPixel); in intersectionRelaxedLineImageCompare() [all …]
|