Home
last modified time | relevance | path

Searched defs:GLValueTypeTraits (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsDrawTest.cpp924 struct GLValueTypeTraits<GLValue::Float> struct
926 static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_FLOAT;
929 struct GLValueTypeTraits<GLValue::Double> struct
931 static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_DOUBLE;
934 struct GLValueTypeTraits<GLValue::Byte> struct
936 static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_BYTE;
939 struct GLValueTypeTraits<GLValue::Ubyte> struct
941 static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE;
944 struct GLValueTypeTraits<GLValue::Ushort> struct
946 static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT;
[all …]