Home | History | Annotate | Download | only in dom

Lines Matching refs:domGlsl_bool2

107 		 * The domGlsl_bool2 value of the text data of this element. 
109 domGlsl_bool2 _value;
114 * @return Returns a domGlsl_bool2 reference of the _value array.
116 domGlsl_bool2 &getValue() { return _value; }
119 * @return Returns a constant domGlsl_bool2 reference of the _value array.
121 const domGlsl_bool2 &getValue() const { return _value; }
126 void setValue( const domGlsl_bool2 &val ) { _value = val; }