Searched refs:directMatch (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3593 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare() local 3594 …const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPi… in edgeRelaxedImageCompare() 3595 …const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, scre… in edgeRelaxedImageCompare() 3688 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare() local 3689 …const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, scre… in intersectionRelaxedLineImageCompare() 3690 …const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPi… in intersectionRelaxedLineImageCompare()
|