Home | History | Annotate | Download | only in functional

Lines Matching refs:compareImages

147 inline int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius, bool (*pixelCmp)(const tcu::IVec4& a, const tcu::IVec4& b))
242 return compareImages(log, test, ref, diffMask, kernelRadius, compareBlackNonBlackPixels);
259 return compareImages(log, test, ref, diffMask, kernelRadius, compareColoredPixels);