Searched refs:m_dpy (Results 1 – 6 of 6) sorted by relevance
41 m_dpy(dpy), in EglContext()105 if (currentCtx && !m_dpy->getContext((EGLContext)SafePointerFromUInt( in ~EglContext()113 EglPbufferSurface pbSurface(m_dpy, m_config); in ~EglContext()120 EglOS::Surface* pb = m_dpy->nativeType()->createPbufferSurface( in ~EglContext()124 const bool res = m_dpy->nativeType()->makeCurrent(pb, pb, m_native.get()); in ~EglContext()148 m_dpy->nativeType()->makeCurrent(currentRead->native(), in ~EglContext()152 m_dpy->nativeType()->makeCurrent(nullptr, nullptr, nullptr); in ~EglContext()
78 m_dpy(dpy) in EglSurface()88 EglDisplay* m_dpy = nullptr; variable
50 EGLNativeDisplayType getEglOsEngineDisplay() const { return m_dpy; } in getEglOsEngineDisplay()159 EGLNativeDisplayType m_dpy = {}; variable
26 m_dpy->nativeType()->releasePbuffer(m_native); in ~EglSurface()
66 EglDisplay* m_dpy = nullptr; variable
29 m_dpy(dpy), in EglDisplay()