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

  /external/collada/include/1.4/dom/
domGlsl_param_type.h 170 * The domGlsl_bool3 value of the text data of this element.
172 domGlsl_bool3 _value;
177 * @return Returns a domGlsl_bool3 reference of the _value array.
179 domGlsl_bool3 &getValue() { return _value; }
182 * @return Returns a constant domGlsl_bool3 reference of the _value array.
184 const domGlsl_bool3 &getValue() const { return _value; }
189 void setValue( const domGlsl_bool3 &val ) { _value = val; }
    [all...]
domTypes.h 69 typedef domGlsl_ListOfBool domGlsl_bool3;
    [all...]

Completed in 17 milliseconds