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

/external/deqp/framework/egl/
H A DegluStrUtil.hpp65 struct ContextAttribListFmt struct in namespace:eglu
68 ContextAttribListFmt (const int* attribs_) : attribs(attribs_) {} function in struct:eglu::ContextAttribListFmt
86 inline ContextAttribListFmt getContextAttribListStr (const int* attribs) { return ContextAttribListFmt(attribs); }
87 std::ostream& operator<< (std::ostream& str, const ContextAttribListFmt& fmt);
H A DegluStrUtil.cpp227 std::ostream& operator<< (std::ostream& str, const ContextAttribListFmt& fmt)

Completed in 149 milliseconds