Searched refs:eglSurface (Results 1 – 5 of 5) sorted by relevance
486 egl::Surface *eglSurface = (egl::Surface*)surface; in eglQuerySurface() local500 *value = eglSurface->getHeight(); in eglQuerySurface()536 *value = eglSurface->getWidth(); in eglQuerySurface()1041 egl::Surface *eglSurface = (egl::Surface*)surface; in eglSwapBuffers() local1043 if (eglSurface->swap()) in eglSwapBuffers()
99 EGLSurface eglSurface() const { return m_eglSurface; } in eglSurface() function
66 displayManager->m_platformSurfaces.set(platformSurface->eglSurface(), platformSurface); in registerPlatformSurface()72 displayManager->m_platformSurfaces.remove(platformSurface->eglSurface()); in unregisterPlatformSurface()
1500 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface() argument1504 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() argument1525 egl_surface_t* surface = static_cast<egl_surface_t*>(eglSurface); in eglQuerySurface()
7799 (WebCore::SurfaceOpenVG::eglSurface):