Lines Matching refs:_EGLSurface
181 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type,
187 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value);
191 _eglSurfaceAttrib(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint value);
195 _eglBindTexImage(_EGLDisplay *disp, _EGLSurface *surf, EGLint buffer);
198 _eglReleaseTexImage(_EGLDisplay *disp, _EGLSurface *surf, EGLint buffer);
202 _eglSurfaceHasMutableRenderBuffer(_EGLSurface *surf);
205 _eglSurfaceInSharedBufferMode(_EGLSurface *surf);
210 static inline _EGLSurface *
211 _eglGetSurface(_EGLSurface *surf) in _eglGetSurface()
223 _eglPutSurface(_EGLSurface *surf) in _eglPutSurface()
234 _eglLinkSurface(_EGLSurface *surf) in _eglLinkSurface()
246 _eglUnlinkSurface(_EGLSurface *surf) in _eglUnlinkSurface()
256 static inline _EGLSurface *
259 _EGLSurface *surf = (_EGLSurface *) surface; in _eglLookupSurface()
270 _eglGetSurfaceHandle(_EGLSurface *surf) in _eglGetSurfaceHandle()