Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1836 tcu::RGBA refPixel = ref.getPixel(x, y); in compare() local
1849 … refThin = (!tcu::compareThreshold(refPixel, ref.getPixel(x-1, y ), threshold) && !tcu::compare… in compare()
1850 …(!tcu::compareThreshold(refPixel, ref.getPixel(x , y-1), threshold) && !tcu::compareThreshold(ref… in compare()
1865 deUint8 r = (deUint8)deAbs32(refPixel.getRed() - screenCmpPixel.getRed()); in compare()
1866 deUint8 g = (deUint8)deAbs32(refPixel.getGreen() - screenCmpPixel.getGreen()); in compare()
1867 deUint8 b = (deUint8)deAbs32(refPixel.getBlue() - screenCmpPixel.getBlue()); in compare()
DglsDrawTest.cpp3523 const tcu::RGBA refPixel = reference.getPixel(x, y); in edgeRelaxedImageCompare() local
3525 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare()
3526 …encePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold… in edgeRelaxedImageCompare()
3544 const bool referenceCoverage = !isBlack(refPixel); in edgeRelaxedImageCompare()
3618 const tcu::RGBA refPixel = reference.getPixel(x, y); in intersectionRelaxedLineImageCompare() local
3620 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare()
3622 …encePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold… in intersectionRelaxedLineImageCompare()
3641 const bool referenceCoverage = !isBlack(refPixel); in intersectionRelaxedLineImageCompare()