Searched refs:EGLContextFmt (Results 1 – 1 of 1) sorted by relevance
227 class EGLContextFmt class231 EGLContextFmt (eglw::EGLContext context_) : context(context_) {} in EGLContextFmt() function in eglu::EGLContextFmt234 inline EGLContextFmt getEGLContextStr (eglw::EGLContext context) { return EGLContextFmt(context); } in getEGLContextStr()236 inline std::ostream& operator<< (std::ostream& str, const EGLContextFmt& fmt) in operator <<()