Lines Matching refs:_EGLSurface
179 _eglCheckSurface(_EGLDisplay *disp, _EGLSurface *surf, const char *msg) in _eglCheckSurface()
466 _EGLSurface *draw_surf = _eglLookupSurface(draw, disp); in eglMakeCurrent()
467 _EGLSurface *read_surf = _eglLookupSurface(read, disp); in eglMakeCurrent()
527 _EGLSurface *surf; in eglCreateWindowSurface()
548 _EGLSurface *surf; in eglCreatePixmapSurface()
569 _EGLSurface *surf; in eglCreatePbufferSurface()
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()
662 _EGLSurface *surf; in eglSwapInterval()
687 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffers()
708 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglCopyBuffers()
824 _EGLSurface *surf; in eglGetCurrentSurface()
1066 _EGLSurface *surf; in eglCreateScreenSurfaceMESA()
1084 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglShowScreenSurfaceMESA()
1139 _EGLSurface *surf; in eglQueryScreenSurfaceMESA()
1254 _EGLSurface *surf; in eglCreatePbufferFromClientBuffer()
1438 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersRegionNOK()
1567 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglPostSubBufferNV()