Home | History | Annotate | Download | only in functional

Lines Matching refs:caseFlags

176 	bool							isSelected						(deUint32 caseFlags) const;
211 bool PropValidator::isSelected (deUint32 caseFlags) const
213 return (caseFlags & (deUint32)m_validationProp) != 0;