Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomGlsl_param_type.h855 domGlsl_int3 _value;
862 domGlsl_int3 &getValue() { return _value; } in getValue()
867 const domGlsl_int3 &getValue() const { return _value; } in getValue()
872 void setValue( const domGlsl_int3 &val ) { _value = val; } in setValue()
DdomTypes.h78 typedef domGlsl_ListOfInt domGlsl_int3; typedef