OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INPUTTYPE_FLOAT
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsDrawTest.hpp
57
INPUTTYPE_FLOAT
= 0,
189
static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT,
INPUTTYPE_FLOAT
glsVertexArrayTests.hpp
66
INPUTTYPE_FLOAT
= 0,
347
explicit GLValue (Float value) : type(Array::
INPUTTYPE_FLOAT
), fl(value) {}
Completed in 368 milliseconds