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

/external/deqp/modules/glshared/
H A DglsDrawTest.cpp638 struct GLValueTypeTraits;
640 template<> struct GLValueTypeTraits<GLValue::Float> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_FLOAT; }; struct in namespace:deqp::gls::__anon3758
641 template<> struct GLValueTypeTraits<GLValue::Double> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_DOUBLE; }; struct in namespace:deqp::gls::__anon3758
642 template<> struct GLValueTypeTraits<GLValue::Byte> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_BYTE; }; struct in namespace:deqp::gls::__anon3758
643 template<> struct GLValueTypeTraits<GLValue::Ubyte> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE; }; struct in namespace:deqp::gls::__anon3758
644 template<> struct GLValueTypeTraits<GLValue::Ushort> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT; }; struct in namespace:deqp::gls::__anon3758
645 template<> struct GLValueTypeTraits<GLValue::Short> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_SHORT; }; struct in namespace:deqp::gls::__anon3758
646 template<> struct GLValueTypeTraits<GLValue::Fixed> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_FIXED; }; struct in namespace:deqp::gls::__anon3758
647 template<> struct GLValueTypeTraits<GLValue::Int> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_INT; }; struct in namespace:deqp::gls::__anon3758
648 template<> struct GLValueTypeTraits<GLValu struct in namespace:deqp::gls::__anon3758
649 template<> struct GLValueTypeTraits<GLValue::Half> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_HALF; }; struct in namespace:deqp::gls::__anon3758
[all...]

Completed in 22 milliseconds