Searched refs:colorsEqual (Results 1 – 1 of 1) sorted by relevance
3521 static inline bool colorsEqual (const tcu::RGBA& colorA, const tcu::RGBA& colorB, const tcu::IVec3&… in colorsEqual() function3542 if (colorsEqual(color, targetCmpPixel, compareThreshold)) in pixelNeighborhoodContainsColor()3593 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in edgeRelaxedImageCompare()3688 const bool directMatch = colorsEqual(refPixel, screenPixel, compareThreshold); in intersectionRelaxedLineImageCompare()