Home | History | Annotate | Download | only in functional

Lines Matching refs:_threshold

58 	ColorVerifier (const tcu::Vec3& _color, int _threshold = 8)
60 , m_threshold (tcu::IVec3(_threshold))
64 ColorVerifier (const tcu::Vec3& _color, tcu::IVec3 _threshold)
66 , m_threshold (_threshold)