Searched refs:rangesHi (Results 1 – 2 of 2) sorted by relevance
1218 GLValue rangesHi[(int)Array::INPUTTYPE_LAST]; in getMaxValue() local1220 rangesHi[(int)Array::INPUTTYPE_FLOAT] = GLValue(Float::create(127.0f)); in getMaxValue()1221 rangesHi[(int)Array::INPUTTYPE_DOUBLE] = GLValue(Double::create(127.0f)); in getMaxValue()1222 rangesHi[(int)Array::INPUTTYPE_BYTE] = GLValue(Byte::create(127)); in getMaxValue()1223 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_BYTE] = GLValue(Ubyte::create(255)); in getMaxValue()1224 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue()1225 rangesHi[(int)Array::INPUTTYPE_SHORT] = GLValue(Short::create(32760)); in getMaxValue()1226 rangesHi[(int)Array::INPUTTYPE_FIXED] = GLValue(Fixed::create(32760)); in getMaxValue()1227 rangesHi[(int)Array::INPUTTYPE_INT] = GLValue(Int::create(2147483647)); in getMaxValue()1228 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue()[all …]
604 GLValue rangesHi[(int)DrawTestSpec::INPUTTYPE_LAST]; in getMaxValue() local606 rangesHi[(int)DrawTestSpec::INPUTTYPE_FLOAT] = GLValue(Float::create(127.0f)); in getMaxValue()607 rangesHi[(int)DrawTestSpec::INPUTTYPE_DOUBLE] = GLValue(Double::create(127.0f)); in getMaxValue()608 rangesHi[(int)DrawTestSpec::INPUTTYPE_BYTE] = GLValue(Byte::create(127)); in getMaxValue()609 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE] = GLValue(Ubyte::create(255)); in getMaxValue()610 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue()611 rangesHi[(int)DrawTestSpec::INPUTTYPE_SHORT] = GLValue(Short::create(32760)); in getMaxValue()612 rangesHi[(int)DrawTestSpec::INPUTTYPE_FIXED] = GLValue(Fixed::create(32760)); in getMaxValue()613 rangesHi[(int)DrawTestSpec::INPUTTYPE_INT] = GLValue(Int::create(2147483647)); in getMaxValue()614 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue()[all …]