Home | History | Annotate | Download | only in stress

Lines Matching refs:formatThreshold

246 	const tcu::RGBA		formatThreshold		= m_context.getRenderTarget().getPixelFormat().getColorThreshold();
323 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold ||
324 colorDiff.y() > formatThreshold.getGreen() + colorThreshold ||
325 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)