Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluCallLogWrapper.cpp227 class EGLContextFmt class
231 EGLContextFmt (eglw::EGLContext context_) : context(context_) {} in EGLContextFmt() function in eglu::EGLContextFmt
234 inline EGLContextFmt getEGLContextStr (eglw::EGLContext context) { return EGLContextFmt(context); } in getEGLContextStr()
236 inline std::ostream& operator<< (std::ostream& str, const EGLContextFmt& fmt) in operator <<()