Searched refs:maxIndexValue (Results 1 – 1 of 1) sorted by relevance
2961 deUint32 maxIndexValue = 0; in valid() local2963 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_BYTE).ub.getValue(); in valid()2965 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_SHORT).us.getValue(); in valid()2967 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_INT).ui.getValue(); in valid()2975 if ((deUint32)indexMin > maxIndexValue || (deUint32)indexMax > maxIndexValue) in valid()