Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp42 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()
DX11ErrorHandler.cpp25 m_dpy(dpy) { in X11ErrorHandler()
34 getX11Api()->XSync((Display*)m_dpy, False); in ~X11ErrorHandler()
DEglSurface.h78 m_dpy(dpy) in EglSurface()
88 EglDisplay* m_dpy = nullptr; variable
DEglSurface.cpp26 m_dpy->nativeType()->releasePbuffer(m_native); in ~EglSurface()
DX11ErrorHandler.h32 EGLNativeDisplayType m_dpy; variable
DEglDisplay.h50 EGLNativeDisplayType getEglOsEngineDisplay() const { return m_dpy; } in getEglOsEngineDisplay()
163 EGLNativeDisplayType m_dpy = {}; variable
DEglContext.h66 EglDisplay* m_dpy = nullptr; variable
DEglDisplay.cpp29 m_dpy(dpy), in EglDisplay()