Lines Matching refs:_eglLookupSurface
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()
1438 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersRegionNOK()
1567 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglPostSubBufferNV()