Searched refs:Ushort (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp261 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max)
266 return GLValue::Ushort::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<int>() - min.to<int>()))));
352 inline GLValue::Ushort minValue (void)
354 return GLValue::Ushort::create(4 * 256);
421 inline GLValue::Ushort abs (GLValue::Ushort val)
1256 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530));
1274 rangesLo[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort
[all...]
H A DglsVertexArrayTests.hpp272 typedef WrappedType<deUint16> Ushort; typedef in class:deqp::gls::GLValue
352 explicit GLValue (Ushort value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
373 Ushort us;
H A DglsDrawTest.cpp439 typedef WrappedType<deUint16> Ushort;
519 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
540 Ushort us;
623 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530));
641 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(0));
658 template<> struct GLValueTypeTraits<GLValue::Ushort> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT; };
672 template<> GLValue::Ushort inline extractGLValue<GLValue::Ushort> (const GLValue& v) { return v.us; };
710 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort mi
[all...]

Completed in 143 milliseconds