Searched refs:PIXMAN_TYPE_RGBA (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | pixman-minimal.h | 51 #define PIXMAN_TYPE_RGBA 9 macro 82 PIXMAN_r8g8b8a8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_RGBA, 8, 8, 8, 8), 83 PIXMAN_r8g8b8x8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_RGBA, 0, 8, 8, 8),
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 46 case PIXMAN_TYPE_RGBA: in qemu_pixelformat_from_pixman() 137 type = PIXMAN_TYPE_RGBA; in qemu_pixman_get_type()
|