Home
last modified time | relevance | path

Searched refs:eglSurface (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DlibEGL.cpp486 egl::Surface *eglSurface = (egl::Surface*)surface; in eglQuerySurface() local
500 *value = eglSurface->getHeight(); in eglQuerySurface()
536 *value = eglSurface->getWidth(); in eglQuerySurface()
1041 egl::Surface *eglSurface = (egl::Surface*)surface; in eglSwapBuffers() local
1043 if (eglSurface->swap()) in eglSwapBuffers()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DSurfaceOpenVG.h99 EGLSurface eglSurface() const { return m_eglSurface; } in eglSurface() function
DEGLDisplayOpenVG.cpp66 displayManager->m_platformSurfaces.set(platformSurface->eglSurface(), platformSurface); in registerPlatformSurface()
72 displayManager->m_platformSurfaces.remove(platformSurface->eglSurface()); in unregisterPlatformSurface()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-297799 (WebCore::SurfaceOpenVG::eglSurface):