Home | History | Annotate | Download | only in glshared

Lines Matching refs:inputTypeIsFloatType

188 static bool inputTypeIsFloatType (DrawTestSpec::InputType type)
1068 if (!inputTypeIsFloatType(m_inputType))
3781 attrMaxValue += (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType)) ? (1.0f) : (max * 1.1f);
3821 colorScale *= (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType) ? 1.0f : float(1.0 / double(max)));
3825 colorScale *= (attribSpec.normalize && !inputTypeIsFloatType(attribSpec.inputType) ? 1.0f : float(1.0 / double(max)));