Home | History | Annotate | Download | only in functional

Lines Matching refs:threshold

608 																tcu::UVec4(8, 8, 8, 255),				//!< threshold
989 tcu::UVec4(8, 8, 8, 255), //!< threshold
2503 const int threshold = 8;
2507 if (color.getGreen() < 255 - threshold || color.getBlue() > threshold)