Searched refs:domGlsl_float2 (Results 1 – 2 of 2) sorted by relevance
356 domGlsl_float2 _value;363 domGlsl_float2 &getValue() { return _value; } in getValue()368 const domGlsl_float2 &getValue() const { return _value; } in getValue()373 void setValue( const domGlsl_float2 &val ) { _value = val; } in setValue()
71 typedef domGlsl_ListOfFloat domGlsl_float2; typedef