Searched refs:read_surf (Results 1 – 1 of 1) sorted by relevance
800 _EGLSurface *read_surf = _eglLookupSurface(read, disp); in eglMakeCurrent() local821 if (!draw_surf || !read_surf) { in eglMakeCurrent()831 (!read_surf && read != EGL_NO_SURFACE)) in eglMakeCurrent()833 if (draw_surf || read_surf) in eglMakeCurrent()842 if (read_surf && read_surf->Lost) in eglMakeCurrent()845 ret = drv->API.MakeCurrent(drv, disp, draw_surf, read_surf, context); in eglMakeCurrent()