Home | History | Annotate | Download | only in randomshaders

Lines Matching refs:asBool

479 		minVal = valueRange.getMin().component(0).asBool() ? 1 : 0;
480 maxVal = valueRange.getMax().component(0).asBool() ? 1 : 0;
487 access.asBool(ndx) = value;
505 str << Token(m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)).asBool(0));
589 template<> inline bool getValueAccessValue<bool> (ConstValueAccess access) { return access.asBool(); }
594 template<> inline bool& getValueAccessValue<bool> (ValueAccess access) { return access.asBool(); }