Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluCallLogWrapper.cpp189 class EGLDisplayFmt class
193 EGLDisplayFmt (eglw::EGLDisplay display_) : display(display_) {} in EGLDisplayFmt() function in eglu::EGLDisplayFmt
196 inline EGLDisplayFmt getEGLDisplayStr (eglw::EGLDisplay display) { return EGLDisplayFmt(display); } in getEGLDisplayStr()
198 inline std::ostream& operator<< (std::ostream& str, const EGLDisplayFmt& fmt) in operator <<()