Home
last modified time | relevance | path

Searched refs:rangesHi (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp1155 GLValue rangesHi[(int)Array::INPUTTYPE_LAST]; in getMaxValue() local
1157 rangesHi[(int)Array::INPUTTYPE_FLOAT] = GLValue(Float::create(127.0f)); in getMaxValue()
1158 rangesHi[(int)Array::INPUTTYPE_DOUBLE] = GLValue(Double::create(127.0f)); in getMaxValue()
1159 rangesHi[(int)Array::INPUTTYPE_BYTE] = GLValue(Byte::create(127)); in getMaxValue()
1160 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_BYTE] = GLValue(Ubyte::create(255)); in getMaxValue()
1161 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue()
1162 rangesHi[(int)Array::INPUTTYPE_SHORT] = GLValue(Short::create(32760)); in getMaxValue()
1163 rangesHi[(int)Array::INPUTTYPE_FIXED] = GLValue(Fixed::create(32760)); in getMaxValue()
1164 rangesHi[(int)Array::INPUTTYPE_INT] = GLValue(Int::create(2147483647)); in getMaxValue()
1165 rangesHi[(in in getMaxValue()
[all...]
H A DglsDrawTest.cpp623 GLValue rangesHi[(int)DrawTestSpec::INPUTTYPE_LAST]; in getMaxValue() local
625 rangesHi[(int)DrawTestSpec::INPUTTYPE_FLOAT] = GLValue(Float::create(127.0f)); in getMaxValue()
626 rangesHi[(int)DrawTestSpec::INPUTTYPE_DOUBLE] = GLValue(Double::create(127.0f)); in getMaxValue()
627 rangesHi[(int)DrawTestSpec::INPUTTYPE_BYTE] = GLValue(Byte::create(127)); in getMaxValue()
628 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE] = GLValue(Ubyte::create(255)); in getMaxValue()
629 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue()
630 rangesHi[(int)DrawTestSpec::INPUTTYPE_SHORT] = GLValue(Short::create(32760)); in getMaxValue()
631 rangesHi[(int)DrawTestSpec::INPUTTYPE_FIXED] = GLValue(Fixed::create(32760)); in getMaxValue()
632 rangesHi[(int)DrawTestSpec::INPUTTYPE_INT] = GLValue(Int::create(2147483647)); in getMaxValue()
633 rangesHi[(in in getMaxValue()
[all...]

Completed in 6 milliseconds