Home
last modified time | relevance | path

Searched refs:domGlsl_int (Results 1 – 2 of 2) sorted by relevance

/external/collada/include/1.4/dom/
DdomGlsl_param_type.h734 domGlsl_int _value;
741 domGlsl_int getValue() const { return _value; } in getValue()
746 void setValue( domGlsl_int val ) { _value = val; } in setValue()
DdomTypes.h63 typedef xsInt domGlsl_int; typedef
67 typedef daeTArray<domGlsl_int> domGlsl_ListOfInt;