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

  /external/collada/include/1.4/dom/
domGlsl_param_type.h 107 * The domGlsl_bool2 value of the text data of this element.
109 domGlsl_bool2 _value;
114 * @return Returns a domGlsl_bool2 reference of the _value array.
116 domGlsl_bool2 &getValue() { return _value; }
119 * @return Returns a constant domGlsl_bool2 reference of the _value array.
121 const domGlsl_bool2 &getValue() const { return _value; }
126 void setValue( const domGlsl_bool2 &val ) { _value = val; }
    [all...]
domTypes.h 68 typedef domGlsl_ListOfBool domGlsl_bool2;
    [all...]

Completed in 18 milliseconds