Searched refs:_eglLookupSurface (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglapi.c | 799 _EGLSurface *draw_surf = _eglLookupSurface(draw, disp); in eglMakeCurrent() 800 _EGLSurface *read_surf = _eglLookupSurface(read, disp); in eglMakeCurrent() 1114 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglDestroySurface() 1131 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglQuerySurface() 1147 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSurfaceAttrib() 1163 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglBindTexImage() 1179 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglReleaseTexImage() 1231 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffers() 1306 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersWithDamageEXT() 1316 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersWithDamageKHR() [all …]
|
D | eglsurface.h | 178 _eglLookupSurface(EGLSurface surface, _EGLDisplay *dpy) in _eglLookupSurface() function
|