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