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

/external/deqp/modules/glshared/
H A DglsDrawTest.hpp58 INPUTTYPE_FLOAT = 0, enumerator in enum:deqp::gls::DrawTestSpec::InputType
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
H A DglsVertexArrayTests.hpp67 INPUTTYPE_FLOAT = 0, enumerator in enum:deqp::gls::Array::InputType
386 explicit GLValue (Float value) : type(Array::INPUTTYPE_FLOAT), fl(value) {}

Completed in 51 milliseconds