Searched refs:_eglLookupSurface (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | eglapi.c | 862 _EGLSurface *draw_surf = _eglLookupSurface(draw, disp); in eglMakeCurrent() 863 _EGLSurface *read_surf = _eglLookupSurface(read, disp); in eglMakeCurrent() 1208 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglDestroySurface() 1224 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglQuerySurface() 1243 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSurfaceAttrib() 1259 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglBindTexImage() 1274 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglReleaseTexImage() 1327 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffers() 1406 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersWithDamageEXT() 1416 _EGLSurface *surf = _eglLookupSurface(surface, disp); in eglSwapBuffersWithDamageKHR() [all …]
|
D | eglsurface.h | 259 _eglLookupSurface(EGLSurface surface, _EGLDisplay *disp) in _eglLookupSurface() function
|