Searched defs:Ushort (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp307 typedef WrappedType<deUint16> Ushort; typedef in class:deqp::gls::GLValue
391 explicit GLValue (Ushort value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
412 Ushort us;
H A DglsDrawTest.cpp425 typedef WrappedType<deUint16> Ushort; typedef in class:deqp::gls::__anon4602::GLValue
505 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
526 Ushort us;
609 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530));
627 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(0));
644 template<> struct GLValueTypeTraits<GLValue::Ushort> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT; };
658 template<> GLValue::Ushort inline extractGLValue<GLValue::Ushort> (const GLValue& v) { return v.us; };
696 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort mi
[all...]

Completed in 269 milliseconds