Home
last modified time | relevance | path

Searched refs:m_eglContext (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
DSurfaceOpenVG.cpp52 , m_eglContext(EGL_NO_CONTEXT) in SurfaceOpenVG()
63 m_eglContext = displayManager->contextForSurface(m_eglSurface); in SurfaceOpenVG()
71 , m_eglContext(EGL_NO_CONTEXT) in SurfaceOpenVG()
82 m_eglContext = displayManager->contextForSurface(m_eglSurface); in SurfaceOpenVG()
90 , m_eglContext(EGL_NO_CONTEXT) in SurfaceOpenVG()
99 m_eglContext = displayManager->contextForSurface(m_eglSurface); in SurfaceOpenVG()
112 , m_eglContext(EGL_NO_CONTEXT) in SurfaceOpenVG()
200 eglMakeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext); in makeCurrent()
233 eglMakeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext); in makeCompatibleCurrent()
DSurfaceOpenVG.h100 EGLContext eglContext() const { return m_eglContext; } in eglContext()
152 EGLContext m_eglContext; variable
DEGLDisplayOpenVG.cpp233 m_sharedPlatformSurface->m_eglContext = context; in sharedPlatformSurface()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTilesManager.cpp101 , m_eglContext(EGL_NO_CONTEXT) in TilesManager()
453 m_eglContext = EGL_NO_CONTEXT; in cleanupGLResources()
461 if (ctx != m_eglContext) { in updateTilesIfContextVerified()
462 if (m_eglContext != EGL_NO_CONTEXT) { in updateTilesIfContextVerified()
468 ctx, m_eglContext); in updateTilesIfContextVerified()
487 m_eglContext = ctx; in updateTilesIfContextVerified()
DTilesManager.h217 EGLContext m_eglContext; variable