Home | History | Annotate | Download | only in functional

Lines Matching refs:thresholdGreen

998 	const int								thresholdGreen			= 1 << (8 - m_context.getRenderTarget().getPixelFormat().greenBits);
1033 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen ||
1067 color.getGreen() <= thresholdGreen ||