Searched refs:domGlsl_int4 (Results 1 – 2 of 2) sorted by relevance
918 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()
79 typedef domGlsl_ListOfInt domGlsl_int4; typedef