Home
last modified time | relevance | path

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

/external/collada/include/1.4/dom/
DdomGlsl_param_type.h918 domGlsl_int4 _value;
925 domGlsl_int4 &getValue() { return _value; } in getValue()
930 const domGlsl_int4 &getValue() const { return _value; } in getValue()
935 void setValue( const domGlsl_int4 &val ) { _value = val; } in setValue()
DdomTypes.h79 typedef domGlsl_ListOfInt domGlsl_int4; typedef