Searched refs:attribFmt (Results 1 – 2 of 2) sorted by relevance
30 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt) in operator <<() argument32 switch (attribFmt.attribute) in operator <<()35 return str << getColorBufferTypeStr(attribFmt.value); in operator <<()38 return str << getConfigCaveatStr(attribFmt.value); in operator <<()42 return str << getAPIBitsStr(attribFmt.value); in operator <<()45 return str << getSurfaceBitsStr(attribFmt.value); in operator <<()48 if (attribFmt.value == EGL_NONE) in operator <<()51 return str << tcu::toHex(attribFmt.value); in operator <<()54 return str << getTransparentTypeStr(attribFmt.value); in operator <<()59 return str << getBoolDontCareStr(attribFmt.value); in operator <<()[all …]
72 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt);75 std::ostream& operator<< (std::ostream& str, const SurfaceAttribValueFmt& attribFmt);78 std::ostream& operator<< (std::ostream& str, const ContextAttribValueFmt& attribFmt);