Home
last modified time | relevance | path

Searched refs:_eglLookupSurface (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/egl/main/
Deglapi.c783 _EGLSurface *draw_surf = _eglLookupSurface(draw, disp); in eglMakeCurrent()
784 _EGLSurface *read_surf = _eglLookupSurface(read, disp); in eglMakeCurrent()
1087 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglDestroySurface()
1104 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglQuerySurface()
1120 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSurfaceAttrib()
1136 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglBindTexImage()
1152 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglReleaseTexImage()
1194 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffers()
1242 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersWithDamageEXT()
1252 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersWithDamageKHR()
[all …]
Deglsurface.h161 _eglLookupSurface(EGLSurface surface, _EGLDisplay *dpy) in _eglLookupSurface() function