Home
last modified time | relevance | path

Searched defs:currentSurface (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
DSurfaceOpenVG.cpp37 SurfaceOpenVG* SurfaceOpenVG::currentSurface() in currentSurface() function in WebCore::SurfaceOpenVG
191 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW); in makeCurrent() local
220 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW); in makeCompatibleCurrent() local
DEGLDisplayOpenVG.cpp46 SurfaceOpenVG* EGLDisplayOpenVG::currentSurface() in currentSurface() function in WebCore::EGLDisplayOpenVG
55 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW); in currentSurface() local
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurface.h109 Surface* currentSurface; variable