Home
last modified time | relevance | path

Searched refs:pixman_image_create_bits (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/ui/
H A Dqemu-pixman.c196 pixman_image_t *image = pixman_image_create_bits(format, width, 1, NULL, 0); in qemu_pixman_linebuf_create()
212 return pixman_image_create_bits(format, in qemu_pixman_mirror_create()
237 glyph = pixman_image_create_bits(PIXMAN_a8, 8, height, in qemu_pixman_glyph_from_vgafont()
328 *image = pixman_image_create_bits(format, width, height, bits, rowstride_bytes); in qemu_pixman_image_new_shareable()
H A Ddbus-listener.c683 img = pixman_image_create_bits(surface_format(ddl->ds), in dbus_gfx_update_sub()
H A Dspice-display.c172 dest = pixman_image_create_bits(PIXMAN_LE_x8r8g8b8, bw, bh, in qemu_spice_create_one_update()
H A Dconsole.c488 surface->image = pixman_image_create_bits(format, in qemu_create_displaysurface_from()
H A Dgtk.c532 vc->gfx.convert = pixman_image_create_bits(PIXMAN_x8r8g8b8, in gd_switch()
H A Dvnc.c803 vd->server = pixman_image_create_bits(VNC_SERVER_FB_FORMAT, in vnc_update_server_surface()
/openbmc/qemu/include/ui/
H A Dpixman-minimal.h155 static inline pixman_image_t *pixman_image_create_bits(pixman_format_code_t format, in pixman_image_create_bits() function
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c392 res->image = pixman_image_create_bits(pformat, in vg_resource_create_2d()
838 pixman_image_create_bits(pixman_image_get_format(res->image), in vg_resource_flush()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c325 pixman_image_create_bits(PIXMAN_x8r8g8b8, in vhost_user_gpu_handle_display()
H A Dvirtio-gpu-rutabaga.c322 res->image = pixman_image_create_bits(pformat, in rutabaga_cmd_set_scanout()
H A Dvirtio-gpu.c661 rect = pixman_image_create_bits(fb->format, r->width, r->height, in virtio_gpu_do_set_scanout()