Searched refs:directMatch (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3525 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare() local 3526 …const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPi… in edgeRelaxedImageCompare() 3527 …const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, scre… in edgeRelaxedImageCompare() 3620 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare() local 3621 …const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, scre… in intersectionRelaxedLineImageCompare() 3622 …const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPi… in intersectionRelaxedLineImageCompare()
|