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

  /external/collada/include/1.4/dom/
domGlsl_param_type.h 49 * The domGlsl_bool value of the text data of this element.
51 domGlsl_bool _value;
56 * @return a domGlsl_bool of the value.
58 domGlsl_bool getValue() const { return _value; }
63 void setValue( domGlsl_bool val ) { _value = val; }
    [all...]
domTypes.h 64 typedef xsBoolean domGlsl_bool;
65 typedef daeTArray<domGlsl_bool> domGlsl_ListOfBool;
    [all...]

Completed in 17 milliseconds