Searched refs:colorThres (Results 1 – 1 of 1) sorted by relevance
408 const float colorThres = 0.005f; // 1/255 < 0.005 < 2/255 in iterate() local409 const tcu::Vec4 threshold (colorThres, colorThres, 0.0f, 0.0f); in iterate()