Searched refs:isOkReferencePixel (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 3547 const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen image has a matching pixel nearby (~= If something is drawn on reference, it must be drawn to screen too.) in edgeRelaxedImageCompare() local 3550 if (isOkScreenPixel && isOkReferencePixel) in edgeRelaxedImageCompare() 3643 const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen image has a matching pixel nearby (~= If something is drawn on reference, it must be drawn to screen too.) in intersectionRelaxedLineImageCompare() local 3645 if (isOkScreenPixel && isOkReferencePixel) in intersectionRelaxedLineImageCompare()
|
Completed in 7 milliseconds