Searched refs:m_eglContext (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | SurfaceOpenVG.cpp | 52 , 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()
|
D | SurfaceOpenVG.h | 100 EGLContext eglContext() const { return m_eglContext; } in eglContext() 152 EGLContext m_eglContext; variable
|
D | EGLDisplayOpenVG.cpp | 233 m_sharedPlatformSurface->m_eglContext = context; in sharedPlatformSurface()
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | TilesManager.cpp | 101 , 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()
|
D | TilesManager.h | 217 EGLContext m_eglContext; variable
|