Searched refs:m_dpy (Results 1 – 10 of 10) sorted by relevance
/sdk/emulator/opengl/tests/ut_renderer/ |
D | Renderer.cpp | 51 m_dpy = eglGetDisplay(m_nw->getNativeDisplay()); in Renderer() 53 eglInitialize(m_dpy, &major, &minor); in Renderer() 66 … RendererSurface *surface = RendererSurface::create(m_dpy, RendererSurface::CONFIG_DEPTH, m_nw); in createSurface() 105 RendererContext::create(m_dpy, in createContext() 106 RendererSurface::getEglConfig(m_dpy, RendererSurface::CONFIG_DEPTH), in createContext() 169 return eglMakeCurrent(m_dpy, draw, read, eglContext); in makeCurrent() 182 return eglSwapBuffers(m_dpy, s->second->eglSurface()); in swapBuffers()
|
D | RendererContext.h | 99 EGLDisplay m_dpy; 105 m_dpy(dpy), in RendererContext()
|
D | RendererContext.cpp | 37 eglDestroyContext(m_dpy, m_ctx); in destroy()
|
D | Renderer.h | 58 EGLDisplay m_dpy; variable
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglDisplay.cpp | 22 m_dpy(dpy), in EglDisplay() 41 EglOS::destroyContext( m_dpy, m_globalSharedContext); in ~EglDisplay() 45 EglOS::releaseDisplay(m_dpy); in ~EglDisplay() 56 EglOS::deleteDisplay(m_dpy); in ~EglDisplay() 59 EGLNativeInternalDisplayType EglDisplay::nativeType(){return m_dpy;} in nativeType() 124 EglOS::queryConfigs(m_dpy,renderableType,m_configs); in initConfigurations() 339 m_globalSharedContext = EglOS::createContext(m_dpy,cfg,NULL); in getGlobalSharedContext()
|
D | EglSurface.h | 62 m_dpy(dpy) in EglSurface() 72 EglDisplay *m_dpy; variable
|
D | EglContext.cpp | 31 m_dpy(dpy), in EglContext() 52 EglOS::destroyContext(m_dpy->nativeType(),m_native); in ~EglContext()
|
D | EglSurface.cpp | 24 EglOS::releasePbuffer(m_dpy->nativeType(),m_native); in ~EglSurface()
|
D | EglContext.h | 60 EglDisplay *m_dpy; variable
|
D | EglDisplay.h | 75 EGLNativeInternalDisplayType m_dpy; variable
|