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

  /external/deqp/modules/glshared/
glsDrawTest.hpp 69 INPUTTYPE_UNSIGNED_INT,
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
glsVertexArrayTests.hpp 78 INPUTTYPE_UNSIGNED_INT,
393 explicit GLValue (Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) {}

Completed in 50 milliseconds