Home
last modified time | relevance | path

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

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