Searched refs:pixelNeighborhoodContainsColor (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3464 static bool pixelNeighborhoodContainsColor (const tcu::Surface& target, int x, int y, const tcu::RG… in pixelNeighborhoodContainsColor() function 3526 …const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPi… in edgeRelaxedImageCompare() 3527 …const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, scre… in edgeRelaxedImageCompare() 3621 …const bool isOkScreenPixel = directMatch || pixelNeighborhoodContainsColor(reference, x, y, scre… in intersectionRelaxedLineImageCompare() 3622 …const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPi… in intersectionRelaxedLineImageCompare()
|