Searched refs:pixman_format_code_t (Results 1 – 24 of 24) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | qemu-pixman.h | 74 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 D | pixman-minimal.h | 91 } 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 D | surface.h | 33 pixman_format_code_t format, 76 static inline pixman_format_code_t surface_format(DisplaySurface *s) in surface_format()
|
H A D | console.h | 219 pixman_format_code_t format); 325 pixman_format_code_t format); 422 pixman_format_code_t format);
|
H A D | sdl2.h | 73 pixman_format_code_t format);
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 13 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 D | vnc.h | 127 pixman_format_code_t format; 325 pixman_format_code_t client_format;
|
H A D | sdl2-2d.c | 149 pixman_format_code_t format) in sdl2_2d_check_format()
|
H A D | console-gl.c | 34 pixman_format_code_t format) in console_gl_check_format()
|
H A D | console.c | 479 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 D | vnc.c | 2245 pixman_format_code_t fmt = qemu_pixman_get_format(&vs->client_pf); in set_pixel_conversion()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-gpu-pixman.h | 20 static inline pixman_format_code_t
|
H A D | virtio-gpu.h | 66 pixman_format_code_t format;
|
/openbmc/qemu/include/hw/display/ |
H A D | xlnx_dp.h | 54 pixman_format_code_t format;
|
/openbmc/qemu/hw/display/ |
H A D | ramfb.c | 48 pixman_format_code_t format, in ramfb_create_display_surface()
|
H A D | bochs-display.c | 24 pixman_format_code_t format;
|
H A D | qxl-render.c | 125 pixman_format_code_t format = in qxl_render_update_area_unlocked()
|
H A D | virtio-gpu.c | 230 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 D | xenfb.c | 738 pixman_format_code_t format; in xenfb_update()
|
H A D | vmware_vga.c | 1127 pixman_format_code_t format = in vmsvga_check_size()
|
H A D | virtio-gpu-rutabaga.c | 318 pixman_format_code_t pformat; in rutabaga_cmd_set_scanout()
|
H A D | vga.c | 1491 pixman_format_code_t format; in vga_draw_graphic()
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 357 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 D | display.c | 410 pixman_format_code_t format; in vfio_display_region_update()
|