Searched refs:directMatch (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3509 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare() local 3510 …const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPi… in edgeRelaxedImageCompare() 3511 …const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, scre… in edgeRelaxedImageCompare() 3604 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare() local 3605 …const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, scre… in intersectionRelaxedLineImageCompare() 3606 …const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPi… in intersectionRelaxedLineImageCompare()
|