Searched refs:_eglLookupSurface (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglapi.c | 466 _EGLSurface *draw_surf = _eglLookupSurface(draw, disp); in eglMakeCurrent() 467 _EGLSurface *read_surf = _eglLookupSurface(read, disp); in eglMakeCurrent() 585 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglDestroySurface() 601 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglQuerySurface() 616 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSurfaceAttrib() 631 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglBindTexImage() 646 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglReleaseTexImage() 687 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffers() 708 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglCopyBuffers() 1084 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglShowScreenSurfaceMESA() [all …]
|
D | eglsurface.h | 152 _eglLookupSurface(EGLSurface surface, _EGLDisplay *dpy) in _eglLookupSurface() function
|