Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/
DEglContext.cpp41 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()
DEglSurface.h78 m_dpy(dpy) in EglSurface()
88 EglDisplay* m_dpy = nullptr; variable
DEglDisplay.h50 EGLNativeDisplayType getEglOsEngineDisplay() const { return m_dpy; } in getEglOsEngineDisplay()
159 EGLNativeDisplayType m_dpy = {}; variable
DEglSurface.cpp26 m_dpy->nativeType()->releasePbuffer(m_native); in ~EglSurface()
DEglContext.h66 EglDisplay* m_dpy = nullptr; variable
DEglDisplay.cpp29 m_dpy(dpy), in EglDisplay()