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

  /external/collada/include/1.4/dom/
domGlsl_param_type.h 354 * The domGlsl_float2 value of the text data of this element.
356 domGlsl_float2 _value;
361 * @return Returns a domGlsl_float2 reference of the _value array.
363 domGlsl_float2 &getValue() { return _value; }
366 * @return Returns a constant domGlsl_float2 reference of the _value array.
368 const domGlsl_float2 &getValue() const { return _value; }
373 void setValue( const domGlsl_float2 &val ) { _value = val; }
    [all...]
domTypes.h 71 typedef domGlsl_ListOfFloat domGlsl_float2;
    [all...]

Completed in 17 milliseconds