Lines Matching refs:_EGLSurface
82 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type,
87 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint *va…
91 _eglSurfaceAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint va…
95 _eglBindTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint buffer);
99 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval);
105 static INLINE _EGLSurface *
106 _eglGetSurface(_EGLSurface *surf) in _eglGetSurface()
118 _eglPutSurface(_EGLSurface *surf) in _eglPutSurface()
129 _eglLinkSurface(_EGLSurface *surf) in _eglLinkSurface()
141 _eglUnlinkSurface(_EGLSurface *surf) in _eglUnlinkSurface()
151 static INLINE _EGLSurface *
154 _EGLSurface *surf = (_EGLSurface *) surface; in _eglLookupSurface()
165 _eglGetSurfaceHandle(_EGLSurface *surf) in _eglGetSurfaceHandle()