Searched refs:pixman_image_create_bits (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 196 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 D | dbus-listener.c | 683 img = pixman_image_create_bits(surface_format(ddl->ds), in dbus_gfx_update_sub()
|
H A D | spice-display.c | 172 dest = pixman_image_create_bits(PIXMAN_LE_x8r8g8b8, bw, bh, in qemu_spice_create_one_update()
|
H A D | console.c | 488 surface->image = pixman_image_create_bits(format, in qemu_create_displaysurface_from()
|
H A D | gtk.c | 532 vc->gfx.convert = pixman_image_create_bits(PIXMAN_x8r8g8b8, in gd_switch()
|
H A D | vnc.c | 803 vd->server = pixman_image_create_bits(VNC_SERVER_FB_FORMAT, in vnc_update_server_surface()
|
/openbmc/qemu/include/ui/ |
H A D | pixman-minimal.h | 155 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 D | vhost-user-gpu.c | 392 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 D | vhost-user-gpu.c | 325 pixman_image_create_bits(PIXMAN_x8r8g8b8, in vhost_user_gpu_handle_display()
|
H A D | virtio-gpu-rutabaga.c | 322 res->image = pixman_image_create_bits(pformat, in rutabaga_cmd_set_scanout()
|
H A D | virtio-gpu.c | 661 rect = pixman_image_create_bits(fb->format, r->width, r->height, in virtio_gpu_do_set_scanout()
|