HomeSort by relevance Sort by last modified time
    Searched refs:ContextAttribListFmt (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/egl/
egluStrUtil.hpp 65 struct ContextAttribListFmt
68 ContextAttribListFmt (const int* attribs_) : attribs(attribs_) {}
86 inline ContextAttribListFmt getContextAttribListStr (const int* attribs) { return ContextAttribListFmt(attribs); }
87 std::ostream& operator<< (std::ostream& str, const ContextAttribListFmt& fmt);
egluStrUtil.cpp 233 std::ostream& operator<< (std::ostream& str, const ContextAttribListFmt& fmt)

Completed in 46 milliseconds