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

  /external/collada/include/1.4/dom/
domGlsl_param_type.h 916 * The domGlsl_int4 value of the text data of this element.
918 domGlsl_int4 _value;
923 * @return Returns a domGlsl_int4 reference of the _value array.
925 domGlsl_int4 &getValue() { return _value; }
928 * @return Returns a constant domGlsl_int4 reference of the _value array.
930 const domGlsl_int4 &getValue() const { return _value; }
935 void setValue( const domGlsl_int4 &val ) { _value = val; }
    [all...]
domTypes.h 79 typedef domGlsl_ListOfInt domGlsl_int4;
    [all...]

Completed in 18 milliseconds