Searched refs:edpy (Results 1 – 1 of 1) sorted by relevance
37 egl_dpy *edpy = container_of(dcl, egl_dpy, dcl); in egl_gfx_switch() local39 edpy->ds = new_surface; in egl_gfx_switch()52 egl_dpy *edpy = container_of(dcl, egl_dpy, dcl); in egl_scanout_disable() local54 egl_fb_destroy(&edpy->guest_fb); in egl_scanout_disable()55 egl_fb_destroy(&edpy->blit_fb); in egl_scanout_disable()67 egl_dpy *edpy = container_of(dcl, egl_dpy, dcl); in egl_scanout_texture() local69 edpy->y_0_top = backing_y_0_top; in egl_scanout_texture()72 egl_fb_setup_for_tex(&edpy->guest_fb, in egl_scanout_texture()76 if (edpy->blit_fb.width != backing_width || in egl_scanout_texture()77 edpy->blit_fb.height != backing_height) { in egl_scanout_texture()[all …]