Home
last modified time | relevance | path

Searched refs:domGlsl_float3x3 (Results 1 – 2 of 2) sorted by relevance

/external/collada/include/1.4/dom/
DdomGlsl_param_type.h608 domGlsl_float3x3 _value;
615 domGlsl_float3x3 &getValue() { return _value; } in getValue()
620 const domGlsl_float3x3 &getValue() const { return _value; } in getValue()
625 void setValue( const domGlsl_float3x3 &val ) { _value = val; } in setValue()
DdomTypes.h75 typedef domGlsl_ListOfFloat domGlsl_float3x3; typedef