Home
last modified time | relevance | path

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

/qemu/ui/
H A Ddmabuf.c25 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 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()
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 Dgtk-egl.c249 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 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.c284 bool y0_top; in dbus_scanout_dmabuf() local
300 y0_top = qemu_dmabuf_get_y0_top(dmabuf); in dbus_scanout_dmabuf()
306 y0_top, G_DBUS_CALL_FLAGS_NONE, in dbus_scanout_dmabuf()
/qemu/include/ui/
H A Ddmabuf.h20 bool allow_fences, bool y0_top);
H A Dsdl2.h51 bool y0_top; member
H A Dgtk.h57 bool y0_top; member