HomeSort by relevance Sort by last modified time
    Searched defs:INPUTTYPE_FLOAT (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsDrawTest.hpp 58 INPUTTYPE_FLOAT = 0,
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
glsVertexArrayTests.hpp 67 INPUTTYPE_FLOAT = 0,
386 explicit GLValue (Float value) : type(Array::INPUTTYPE_FLOAT), fl(value) {}

Completed in 39 milliseconds