Searched refs:domGlsl_float4x4 (Results 1 – 2 of 2) sorted by relevance
671 domGlsl_float4x4 _value;678 domGlsl_float4x4 &getValue() { return _value; } in getValue()683 const domGlsl_float4x4 &getValue() const { return _value; } in getValue()688 void setValue( const domGlsl_float4x4 &val ) { _value = val; } in setValue()
76 typedef domGlsl_ListOfFloat domGlsl_float4x4; typedef