Home | History | Annotate | Download | only in glshared

Lines Matching defs:getMaxValue

513 	static GLValue		getMaxValue		(DrawTestSpec::InputType type);
601 GLValue GLValue::getMaxValue (DrawTestSpec::InputType type)
1656 const GLType max = extractGLValue<GLType>(GLValue::getMaxValue(GLValueTypeTraits<GLType>::Type));
2963 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_BYTE).ub.getValue();
2965 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_SHORT).us.getValue();
2967 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_INT).ui.getValue();
3863 const float max = GLValue::getMaxValue(attribSpec.inputType).toFloat();
3903 const float max = GLValue::getMaxValue(attribSpec.inputType).toFloat();