Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomGlsl_param_type.h671 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()
DdomTypes.h76 typedef domGlsl_ListOfFloat domGlsl_float4x4; typedef