Searched refs:_eglLookupSurface (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglapi.c | 851 _EGLSurface *draw_surf = _eglLookupSurface(draw, disp); in eglMakeCurrent() 852 _EGLSurface *read_surf = _eglLookupSurface(read, disp); in eglMakeCurrent() 1197 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglDestroySurface() 1213 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglQuerySurface() 1232 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSurfaceAttrib() 1248 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglBindTexImage() 1263 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglReleaseTexImage() 1316 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffers() 1395 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersWithDamageEXT() 1405 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersWithDamageKHR() [all …]
|
D | eglsurface.h | 257 _eglLookupSurface(EGLSurface surface, _EGLDisplay *disp) in _eglLookupSurface() function
|