/openbmc/qemu/ui/ |
H A D | dmabuf.c | 24 uint32_t backing_height; member 35 uint32_t backing_height, uint32_t fourcc, in qemu_dmabuf_new() argument 48 dmabuf->backing_height = backing_height; in qemu_dmabuf_new() 163 return dmabuf->backing_height; in qemu_dmabuf_get_backing_height()
|
H A D | gtk-egl.c | 238 uint32_t backing_width, uint32_t backing_height, in gd_egl_scanout_texture() argument 262 egl_fb_setup_for_tex(&vc->gfx.guest_fb, backing_width, backing_height, in gd_egl_scanout_texture() 271 uint32_t x, y, width, height, backing_width, backing_height, texture; in gd_egl_scanout_dmabuf() local 288 backing_height = qemu_dmabuf_get_backing_height(dmabuf); in gd_egl_scanout_dmabuf() 291 gd_egl_scanout_texture(dcl, texture, y0_top, backing_width, backing_height, in gd_egl_scanout_dmabuf() 306 uint32_t backing_width, backing_height, texture; in gd_egl_cursor_dmabuf() local 316 backing_height = qemu_dmabuf_get_backing_height(dmabuf); in gd_egl_cursor_dmabuf() 317 egl_fb_setup_for_tex(&vc->gfx.cursor_fb, backing_width, backing_height, in gd_egl_cursor_dmabuf()
|
H A D | egl-headless.c | 62 uint32_t backing_height, in egl_scanout_texture() argument 73 backing_width, backing_height, backing_id, false); in egl_scanout_texture() 77 edpy->blit_fb.height != backing_height) { in egl_scanout_texture() 79 egl_fb_setup_new_tex(&edpy->blit_fb, backing_width, backing_height); in egl_scanout_texture()
|
H A D | gtk-gl-area.c | 255 uint32_t backing_height, in gd_gl_area_scanout_texture() argument 276 egl_fb_setup_for_tex(&vc->gfx.guest_fb, backing_width, backing_height, in gd_gl_area_scanout_texture() 306 uint32_t x, y, width, height, backing_width, backing_height, texture; in gd_gl_area_scanout_dmabuf() local 321 backing_height = qemu_dmabuf_get_backing_height(dmabuf); in gd_gl_area_scanout_dmabuf() 325 backing_width, backing_height, in gd_gl_area_scanout_dmabuf()
|
H A D | dbus-listener.c | 388 uint32_t backing_height, in dbus_scanout_share_d3d_texture() argument 426 backing_height, in dbus_scanout_share_d3d_texture() 498 uint32_t backing_height, in dbus_scanout_texture() argument 504 backing_width, backing_height, x, y, w, h); in dbus_scanout_texture() 519 backing_height, fourcc, modifier, fd, in dbus_scanout_texture() 535 backing_width, backing_height, x, y, w, h); in dbus_scanout_texture() 538 egl_fb_setup_for_tex(&ddl->fb, backing_width, backing_height, tex_id, false); in dbus_scanout_texture()
|
H A D | sdl2-gl.c | 206 uint32_t backing_height, in sdl2_gl_scanout_texture() argument 223 egl_fb_setup_for_tex(&scon->guest_fb, backing_width, backing_height, in sdl2_gl_scanout_texture()
|
H A D | console.c | 293 con->scanout.texture.backing_height, in displaychangelistener_display_console() 1023 uint32_t backing_height, in dpy_gl_scanout_texture() argument 1033 backing_id, backing_y_0_top, backing_width, backing_height, in dpy_gl_scanout_texture() 1043 backing_width, backing_height, in dpy_gl_scanout_texture()
|
H A D | dbus-console.c | 99 uint32_t backing_height, in dbus_gl_scanout_texture() argument
|
H A D | spice-display.c | 938 uint32_t backing_height, in qemu_spice_gl_scanout_texture() argument 956 spice_qxl_gl_scanout(&ssd->qxl, fd, backing_width, backing_height, in qemu_spice_gl_scanout_texture()
|
H A D | trace-events | 166 …t32_t tex_id, bool backing_y_0_top, uint32_t backing_width, uint32_t backing_height, uint32_t x, u…
|
/openbmc/qemu/include/ui/ |
H A D | gtk.h | 176 uint32_t backing_height, 213 uint32_t backing_height,
|
H A D | dmabuf.h | 18 uint32_t backing_height, uint32_t fourcc,
|
H A D | console.h | 138 uint32_t backing_height; member 245 uint32_t backing_height, 330 uint32_t backing_width, uint32_t backing_height,
|
H A D | sdl2.h | 93 uint32_t backing_height,
|