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

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

Completed in 1655 milliseconds