Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomGlsl_param_type.h51 domGlsl_bool _value;
58 domGlsl_bool getValue() const { return _value; } in getValue()
63 void setValue( domGlsl_bool val ) { _value = val; } in setValue()
DdomTypes.h64 typedef xsBoolean domGlsl_bool; typedef
65 typedef daeTArray<domGlsl_bool> domGlsl_ListOfBool;