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

  /external/collada/include/1.4/dom/
domGlsl_param_type.h 732 * The domGlsl_int value of the text data of this element.
734 domGlsl_int _value;
739 * @return a domGlsl_int of the value.
741 domGlsl_int getValue() const { return _value; }
746 void setValue( domGlsl_int val ) { _value = val; }
    [all...]
domTypes.h 63 typedef xsInt domGlsl_int;
67 typedef daeTArray<domGlsl_int> domGlsl_ListOfInt;
    [all...]

Completed in 17 milliseconds