Home | History | Annotate | Download | only in functional

Lines Matching full:cscale

442 			Vec4	cScale		= m_texFormatInfo.valueMax-m_texFormatInfo.valueMin;
444 Vec4 colorA = Vec4(1.0f, 0.0f, 0.0f, 1.0f)*cScale + cBias;
445 Vec4 colorB = Vec4(0.0f, 1.0f, 0.0f, 1.0f)*cScale + cBias;
548 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin;
550 Vec4 colorA = Vec4(1.0f, 0.0f, 0.0f, 1.0f)*cScale + cBias;
551 Vec4 colorB = Vec4(0.0f, 1.0f, 0.0f, 1.0f)*cScale + cBias;