Searched defs:attribFmt (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/egl/
H A DegluStrUtil.cpp30 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt) argument
32 switch (attribFmt.attribute)
35 return str << getColorBufferTypeStr(attribFmt.value);
38 return str << getConfigCaveatStr(attribFmt.value);
42 return str << getAPIBitsStr(attribFmt.value);
45 return str << getSurfaceBitsStr(attribFmt.value);
48 if (attribFmt.value == EGL_NONE)
51 return str << tcu::toHex(attribFmt.value);
54 return str << getTransparentTypeStr(attribFmt.value);
59 return str << getBoolDontCareStr(attribFmt
86 operator <<(std::ostream& str, const ContextAttribValueFmt& attribFmt) argument
105 operator <<(std::ostream& str, const SurfaceAttribValueFmt& attribFmt) argument
[all...]

Completed in 136 milliseconds