Searched refs:y0_top (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/ui/ |
H A D | dmabuf.c | 25 bool y0_top; member 37 bool allow_fences, bool y0_top) { in qemu_dmabuf_new() argument 53 dmabuf->y0_top = y0_top; in qemu_dmabuf_new() 170 return dmabuf->y0_top; in qemu_dmabuf_get_y0_top()
|
H A D | gtk-gl-area.c | 75 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() 266 vc->gfx.y0_top = backing_y_0_top; in gd_gl_area_scanout_texture() 307 bool y0_top; in gd_gl_area_scanout_dmabuf() local 322 y0_top = qemu_dmabuf_get_y0_top(dmabuf); in gd_gl_area_scanout_dmabuf() 324 gd_gl_area_scanout_texture(dcl, texture, y0_top, in gd_gl_area_scanout_dmabuf()
|
H A D | gtk-egl.c | 249 vc->gfx.y0_top = backing_y_0_top; in gd_egl_scanout_texture() 272 bool y0_top; in gd_egl_scanout_dmabuf() local 289 y0_top = qemu_dmabuf_get_y0_top(dmabuf); in gd_egl_scanout_dmabuf() 291 gd_egl_scanout_texture(dcl, texture, y0_top, backing_width, backing_height, in gd_egl_scanout_dmabuf() 358 vc->gfx.y0_top); in gd_egl_scanout_flush() 360 vc->gfx.y0_top, in gd_egl_scanout_flush() 364 egl_fb_blit(&vc->gfx.win_fb, &vc->gfx.guest_fb, !vc->gfx.y0_top); in gd_egl_scanout_flush()
|
H A D | sdl2-gl.c | 218 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 D | dbus-listener.c | 300 bool y0_top; in dbus_scanout_dmabuf() local 316 y0_top = qemu_dmabuf_get_y0_top(dmabuf); in dbus_scanout_dmabuf() 322 y0_top, G_DBUS_CALL_FLAGS_NONE, in dbus_scanout_dmabuf()
|
/openbmc/qemu/include/ui/ |
H A D | dmabuf.h | 20 bool allow_fences, bool y0_top);
|
H A D | sdl2.h | 52 bool y0_top; member
|
H A D | gtk.h | 57 bool y0_top; member
|