Home
last modified time | relevance | path

Searched refs:pixman_format_code_t (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/include/ui/
H A Dqemu-pixman.h74 PixelFormat qemu_pixelformat_from_pixman(pixman_format_code_t format);
75 pixman_format_code_t qemu_default_pixman_format(int bpp, bool native_endian);
76 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format);
77 uint32_t qemu_pixman_to_drm_format(pixman_format_code_t pixman);
80 pixman_format_code_t format);
83 pixman_format_code_t qemu_pixman_get_format(PixelFormat *pf);
84 pixman_image_t *qemu_pixman_linebuf_create(pixman_format_code_t format,
88 pixman_image_t *qemu_pixman_mirror_create(pixman_format_code_t format,
118 pixman_format_code_t format,
H A Dpixman-minimal.h91 } pixman_format_code_t; typedef
99 pixman_format_code_t format;
116 static inline uint32_t *create_bits(pixman_format_code_t format, in create_bits()
155 static inline pixman_image_t *pixman_image_create_bits(pixman_format_code_t format, in pixman_image_create_bits()
234 static inline pixman_format_code_t pixman_image_get_format(pixman_image_t *i) in pixman_image_get_format()
H A Dsurface.h33 pixman_format_code_t format,
76 static inline pixman_format_code_t surface_format(DisplaySurface *s) in surface_format()
H A Dconsole.h219 pixman_format_code_t format);
325 pixman_format_code_t format);
422 pixman_format_code_t format);
H A Dsdl2.h73 pixman_format_code_t format);
/openbmc/qemu/ui/
H A Dqemu-pixman.c13 PixelFormat qemu_pixelformat_from_pixman(pixman_format_code_t format) in qemu_pixelformat_from_pixman()
68 pixman_format_code_t qemu_default_pixman_format(int bpp, bool native_endian) in qemu_default_pixman_format()
96 pixman_format_code_t pixman_format;
105 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format) in qemu_drm_format_to_pixman()
117 uint32_t qemu_pixman_to_drm_format(pixman_format_code_t pixman_format) in qemu_pixman_to_drm_format()
150 pixman_format_code_t qemu_pixman_get_format(PixelFormat *pf) in qemu_pixman_get_format()
152 pixman_format_code_t format; in qemu_pixman_get_format()
172 pixman_format_code_t format) in qemu_pixman_check_format()
193 pixman_image_t *qemu_pixman_linebuf_create(pixman_format_code_t format, in qemu_pixman_linebuf_create()
209 pixman_image_t *qemu_pixman_mirror_create(pixman_format_code_t format, in qemu_pixman_mirror_create()
[all …]
H A Dvnc.h127 pixman_format_code_t format;
325 pixman_format_code_t client_format;
H A Dsdl2-2d.c149 pixman_format_code_t format) in sdl2_2d_check_format()
H A Dconsole-gl.c34 pixman_format_code_t format) in console_gl_check_format()
H A Dconsole.c479 pixman_format_code_t format, in qemu_create_displaysurface_from()
850 pixman_format_code_t format) in dpy_gfx_check_format()
1502 pixman_format_code_t fmt = qemu_default_pixman_format(bpp, true); in qemu_default_pixelformat()
H A Dvnc.c2245 pixman_format_code_t fmt = qemu_pixman_get_format(&vs->client_pf); in set_pixel_conversion()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu-pixman.h20 static inline pixman_format_code_t
H A Dvirtio-gpu.h66 pixman_format_code_t format;
/openbmc/qemu/include/hw/display/
H A Dxlnx_dp.h54 pixman_format_code_t format;
/openbmc/qemu/hw/display/
H A Dramfb.c48 pixman_format_code_t format, in ramfb_create_display_surface()
H A Dbochs-display.c24 pixman_format_code_t format;
H A Dqxl-render.c125 pixman_format_code_t format = in qxl_render_update_area_unlocked()
H A Dvirtio-gpu.c230 static uint32_t calc_image_hostmem(pixman_format_code_t pformat, in calc_image_hostmem()
245 pixman_format_code_t pformat; in virtio_gpu_resource_create_2d()
437 pixman_format_code_t format; in virtio_gpu_transfer_to_host_2d()
H A Dxenfb.c738 pixman_format_code_t format; in xenfb_update()
H A Dvmware_vga.c1127 pixman_format_code_t format = in vmsvga_check_size()
H A Dvirtio-gpu-rutabaga.c318 pixman_format_code_t pformat; in rutabaga_cmd_set_scanout()
H A Dvga.c1491 pixman_format_code_t format; in vga_draw_graphic()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c357 pixman_format_code_t pformat; in vg_resource_create_2d()
601 pixman_format_code_t format; in vg_transfer_to_host_2d()
/openbmc/qemu/hw/vfio/
H A Ddisplay.c410 pixman_format_code_t format; in vfio_display_region_update()