Searched refs:domGlsl_bool2 (Results 1 – 2 of 2) sorted by relevance
109 domGlsl_bool2 _value;116 domGlsl_bool2 &getValue() { return _value; } in getValue()121 const domGlsl_bool2 &getValue() const { return _value; } in getValue()126 void setValue( const domGlsl_bool2 &val ) { _value = val; } in setValue()
68 typedef domGlsl_ListOfBool domGlsl_bool2; typedef