HomeSort by relevance Sort by last modified time
    Searched refs:currentSurface (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp 37 SurfaceOpenVG* SurfaceOpenVG::currentSurface()
40 return EGLDisplayOpenVG::currentSurface();
191 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW);
194 if (currentSurface != m_eglSurface) {
197 && s_currentPainter->surface()->m_eglSurface == currentSurface)
220 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW);
223 if (currentSurface == m_eglSurface) {
228 } else if (!EGLDisplayOpenVG::forDisplay(m_eglDisplay)->surfacesCompatible(currentSurface, m_eglSurface)) {
230 if (s_currentPainter && s_currentPainter->surface()->m_eglSurface == currentSurface)
EGLDisplayOpenVG.h 35 static SurfaceOpenVG* currentSurface();
SurfaceOpenVG.h 54 static SurfaceOpenVG* currentSurface();
EGLDisplayOpenVG.cpp 46 SurfaceOpenVG* EGLDisplayOpenVG::currentSurface()
55 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW);
57 if (currentSurface == EGL_NO_SURFACE || !displayManager->m_platformSurfaces.contains(currentSurface))
60 return displayManager->m_platformSurfaces.get(currentSurface);

Completed in 170 milliseconds