Home
last modified time | relevance | path

Searched refs:eglSurface (Results 1 – 5 of 5) 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/mesa3d/test/
Degl.cpp1500 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface() argument
1504 if (eglSurface != EGL_NO_SURFACE) { in eglDestroySurface()
1505 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglDestroySurface()
1520 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, in eglQuerySurface() argument
1525 egl_surface_t* surface = static_cast<egl_surface_t*>(eglSurface); in eglQuerySurface()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-297799 (WebCore::SurfaceOpenVG::eglSurface):