Searched refs:read_surf (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglapi.c858 _EGLSurface *read_surf = _eglLookupSurface(read, disp); local in function:eglMakeCurrent
877 if (!draw_surf || !read_surf) {
887 (!read_surf && read != EGL_NO_SURFACE))
889 if (draw_surf || read_surf)
898 if (read_surf && read_surf->Lost)
905 if (read_surf && read_surf->ProtectedContent &&
909 ret = disp->Driver->MakeCurrent(disp, draw_surf, read_surf, context);
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglapi.c828 _EGLSurface *read_surf = _eglLookupSurface(read, disp); local in function:eglMakeCurrent
849 if (!draw_surf || !read_surf) {
859 (!read_surf && read != EGL_NO_SURFACE))
861 if (draw_surf || read_surf)
870 if (read_surf && read_surf->Lost)
873 ret = drv->API.MakeCurrent(drv, disp, draw_surf, read_surf, context);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c2553 struct isl_surf read_surf = res->surf; local in function:iris_create_surface
2572 &read_surf, &read_surf_offset_B,
2582 assert(read_surf.dim_layout == ISL_DIM_LAYOUT_GFX4_2D);
2583 read_surf.dim = ISL_SURF_DIM_2D;
2619 &read_surf, read_view, aux_usage,

Completed in 19 milliseconds