Searched refs:DEF_PIXEL_TO_RGB_A (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | exynos4210_fimd.c | 420 #define DEF_PIXEL_TO_RGB_A(N, R, G, B, A) \ macro 437 DEF_PIXEL_TO_RGB_A(pixel_4444_to_rgb, 4, 4, 4, 4) 438 DEF_PIXEL_TO_RGB_A(pixel_8888_to_rgb, 8, 8, 8, 8)
|