Home
last modified time | relevance | path

Searched refs:surface_format (Results 1 – 10 of 10) sorted by relevance

/qemu/include/ui/
H A Dsurface.h76 static inline pixman_format_code_t surface_format(DisplaySurface *s) in surface_format() function
83 int bits = PIXMAN_FORMAT_BPP(surface_format(s)); in surface_bits_per_pixel()
89 int bits = PIXMAN_FORMAT_BPP(surface_format(s)); in surface_bytes_per_pixel()
/qemu/ui/
H A Ddbus-listener.c447 surface_format(ddl->ds), in dbus_scanout_map()
556 surface_format(ddl->ds), in dbus_scanout_map()
762 stride = w * DIV_ROUND_UP(PIXMAN_FORMAT_BPP(surface_format(ddl->ds)), 8); in dbus_gfx_update_sub()
763 img = pixman_image_create_bits(surface_format(ddl->ds), in dbus_gfx_update_sub()
772 int bp = PIXMAN_FORMAT_BPP(surface_format(ddl->ds)) / 8; in dbus_gfx_update_sub()
809 surface_stride(ddl->ds), surface_format(ddl->ds), v_data, in ddl_scanout()
H A Dsdl2-2d.c92 switch (surface_format(scon->surface)) { in sdl2_2d_switch()
H A Dconsole-gl.c56 switch (surface_format(surface)) { in surface_gl_create_texture()
H A Degl-headless.c151 assert(surface_format(edpy->ds) == PIXMAN_x8r8g8b8); in egl_scanout_flush()
H A Degl-helpers.c186 assert(surface_format(dst) == PIXMAN_x8r8g8b8); in egl_fb_read_rect()
H A Dvnc.c817 surface_format(s1) == surface_format(s2)); in vnc_check_pageflip()
834 vd->guest.format = surface_format(surface); in vnc_dpy_switch()
841 surface_format(surface)); in vnc_dpy_switch()
851 surface_format(surface)); in vnc_dpy_switch()
H A Dspice-display.c398 surface_format(surface) == pixman_image_get_format(ssd->surface)) { in qemu_spice_display_switch()
442 ssd->mirror = qemu_pixman_mirror_create(surface_format(ssd->ds), in qemu_spice_display_switch()
H A Dgtk.c519 if (surface_format(surface) == PIXMAN_x8r8g8b8) { in gd_switch()
/qemu/hw/vfio/
H A Ddisplay.c442 surface_format(dpy->region.surface) != format)) { in vfio_display_region_update()