Searched refs:PIXMAN_TYPE_BGRA (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | pixman-minimal.h | 50 #define PIXMAN_TYPE_BGRA 8 macro 80 PIXMAN_b8g8r8a8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_BGRA, 8, 8, 8, 8), 81 PIXMAN_b8g8r8x8 = PIXMAN_FORMAT(32, PIXMAN_TYPE_BGRA, 0, 8, 8, 8),
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 40 case PIXMAN_TYPE_BGRA: in qemu_pixelformat_from_pixman() 143 type = PIXMAN_TYPE_BGRA; in qemu_pixman_get_type()
|