Searched refs:ConfigAttribListFmt (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/egl/
H A DegluStrUtil.hpp53 struct ConfigAttribListFmt struct in namespace:eglu
56 ConfigAttribListFmt (const int* attribs_) : attribs(attribs_) {} function in struct:eglu::ConfigAttribListFmt
80 inline ConfigAttribListFmt getConfigAttribListStr (const int* attribs) { return ConfigAttribListFmt(attribs); }
81 std::ostream& operator<< (std::ostream& str, const ConfigAttribListFmt& fmt);
H A DegluStrUtil.cpp147 std::ostream& operator<< (std::ostream& str, const ConfigAttribListFmt& fmt)

Completed in 69 milliseconds