Home
last modified time | relevance | path

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

/qemu/include/ui/
H A Dsurface.h78 static inline pixman_format_code_t surface_format(DisplaySurface *s) in surface_format() function
85 int bits = PIXMAN_FORMAT_BPP(surface_format(s)); in surface_bits_per_pixel()
91 int bits = PIXMAN_FORMAT_BPP(surface_format(s)); in surface_bytes_per_pixel()
/qemu/ui/
H A Ddbus-listener.c350 surface_format(ddl->ds), in dbus_scanout_map()
619 stride = w * DIV_ROUND_UP(PIXMAN_FORMAT_BPP(surface_format(ddl->ds)), 8); in dbus_gfx_update_sub()
620 img = pixman_image_create_bits(surface_format(ddl->ds), in dbus_gfx_update_sub()
629 int bp = PIXMAN_FORMAT_BPP(surface_format(ddl->ds)) / 8; in dbus_gfx_update_sub()
666 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.c179 assert(surface_format(dst) == PIXMAN_x8r8g8b8); in egl_fb_read_rect()
H A Dspice-display.c396 surface_format(surface) == pixman_image_get_format(ssd->surface)) { in qemu_spice_display_switch()
440 ssd->mirror = qemu_pixman_mirror_create(surface_format(ssd->ds), in qemu_spice_display_switch()
H A Dvnc.c819 surface_format(s1) == surface_format(s2)); in vnc_check_pageflip()
836 vd->guest.format = surface_format(surface); in vnc_dpy_switch()
843 surface_format(surface)); in vnc_dpy_switch()
853 surface_format(surface)); in vnc_dpy_switch()
H A Dgtk.c517 if (surface_format(surface) == PIXMAN_x8r8g8b8) { in gd_switch()
/qemu/hw/vfio/
H A Ddisplay.c438 surface_format(dpy->region.surface) != format)) { in vfio_display_region_update()