Searched refs:m_dpy (Results 1 – 8 of 8) sorted by relevance
42 m_dpy(dpy), in EglContext()113 if (rebindCtx && !m_dpy->getContext((EGLContext)SafePointerFromUInt( in ~EglContext()121 pbSurface.reset(new EglPbufferSurface(m_dpy, m_config)); in ~EglContext()128 EglOS::Surface* pb = m_dpy->nativeType()->createPbufferSurface( in ~EglContext()132 const bool res = m_dpy->nativeType()->makeCurrent(pb, pb, m_native.get()); in ~EglContext()157 m_dpy->nativeType()->makeCurrent(rebindRead->native(), in ~EglContext()161 m_dpy->nativeType()->makeCurrent(nullptr, nullptr, nullptr); in ~EglContext()
25 m_dpy(dpy) { in X11ErrorHandler()34 getX11Api()->XSync((Display*)m_dpy, False); in ~X11ErrorHandler()
78 m_dpy(dpy) in EglSurface()88 EglDisplay* m_dpy = nullptr; variable
26 m_dpy->nativeType()->releasePbuffer(m_native); in ~EglSurface()
32 EGLNativeDisplayType m_dpy; variable
50 EGLNativeDisplayType getEglOsEngineDisplay() const { return m_dpy; } in getEglOsEngineDisplay()163 EGLNativeDisplayType m_dpy = {}; variable
66 EglDisplay* m_dpy = nullptr; variable
29 m_dpy(dpy), in EglDisplay()