Searched refs:DEF_PIXEL_TO_RGB_A0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | exynos4210_fimd.c | 400 #define DEF_PIXEL_TO_RGB_A0(N, R, G, B) \ macro 414 DEF_PIXEL_TO_RGB_A0(pixel_565_to_rgb, 5, 6, 5) 415 DEF_PIXEL_TO_RGB_A0(pixel_555_to_rgb, 5, 5, 5) 416 DEF_PIXEL_TO_RGB_A0(pixel_666_to_rgb, 6, 6, 6) 417 DEF_PIXEL_TO_RGB_A0(pixel_888_to_rgb, 8, 8, 8)
|