Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomGlsl_param_type.h482 domGlsl_float4 _value;
489 domGlsl_float4 &getValue() { return _value; } in getValue()
494 const domGlsl_float4 &getValue() const { return _value; } in getValue()
499 void setValue( const domGlsl_float4 &val ) { _value = val; } in setValue()
DdomTypes.h73 typedef domGlsl_ListOfFloat domGlsl_float4; typedef