Home | History | Annotate | Download | only in functional

Lines Matching refs:HexBool

298 struct HexBool
301 HexBool (const deUint32 value_) : value(value_) {}
304 std::ostream& operator<< (std::ostream& str, const HexBool& v)
338 case glu::TYPE_BOOL: str << HexBool(((const deUint32*)varValue.value)[compNdx]); break;
955 m_failMsg << "Expected [" << compNdx << "] = " << HexBool(ref);