Home | History | Annotate | Download | only in functional

Lines Matching refs:HexBool

271 struct HexBool
274 HexBool (const deUint32 value_) : value(value_) {}
277 std::ostream& operator<< (std::ostream& str, const HexBool& v)
311 case glu::TYPE_BOOL: str << HexBool(((const deUint32*)varValue.value)[compNdx]); break;
841 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref);
922 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref);