Lines Matching refs:eglw
37 CallLogWrapper::CallLogWrapper (const eglw::Library& egl, TestLog& log)
192 eglw::EGLDisplay display;
193 EGLDisplayFmt (eglw::EGLDisplay display_) : display(display_) {}
196 inline EGLDisplayFmt getEGLDisplayStr (eglw::EGLDisplay display) { return EGLDisplayFmt(display); }
211 eglw::EGLSurface surface;
212 EGLSurfaceFmt (eglw::EGLSurface surface_) : surface(surface_) {}
215 inline EGLSurfaceFmt getEGLSurfaceStr (eglw::EGLSurface surface) { return EGLSurfaceFmt(surface); }
230 eglw::EGLContext context;
231 EGLContextFmt (eglw::EGLContext context_) : context(context_) {}
234 inline EGLContextFmt getEGLContextStr (eglw::EGLContext context) { return EGLContextFmt(context); }