Home
last modified time | relevance | path

Searched refs:y0_top (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/ui/
H A Dgtk-gl-area.c75 y1 = vc->gfx.y0_top ? 0 : vc->gfx.h; in gd_gl_area_draw()
76 y2 = vc->gfx.y0_top ? vc->gfx.h : 0; in gd_gl_area_draw()
262 vc->gfx.y0_top = backing_y_0_top; in gd_gl_area_scanout_texture()
309 dmabuf->y0_top, in gd_gl_area_scanout_dmabuf()
H A Dgtk-egl.c245 vc->gfx.y0_top = backing_y_0_top; in gd_egl_scanout_texture()
277 dmabuf->y0_top, in gd_egl_scanout_dmabuf()
342 vc->gfx.y0_top); in gd_egl_scanout_flush()
344 vc->gfx.y0_top, in gd_egl_scanout_flush()
348 egl_fb_blit(&vc->gfx.win_fb, &vc->gfx.guest_fb, !vc->gfx.y0_top); in gd_egl_scanout_flush()
H A Dsdl2-gl.c218 scon->y0_top = backing_y_0_top; in sdl2_gl_scanout_texture()
245 egl_fb_blit(&scon->win_fb, &scon->guest_fb, !scon->y0_top); in sdl2_gl_scanout_flush()
H A Ddbus-listener.c288 dmabuf->y0_top, in dbus_scanout_dmabuf()
429 .y0_top = backing_y_0_top, in dbus_scanout_texture()
H A Dspice-display.c1077 dmabuf->y0_top); in qemu_spice_gl_update()
/openbmc/qemu/include/ui/
H A Dsdl2.h51 bool y0_top; member
H A Dgtk.h57 bool y0_top; member
H A Dconsole.h200 bool y0_top; member
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c280 .y0_top = m->fd_flags & VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP, in vhost_user_gpu_handle_display()