Home
last modified time | relevance | path

Searched refs:DEF_PIXEL_TO_RGB_A0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/display/
H A Dexynos4210_fimd.c397 #define DEF_PIXEL_TO_RGB_A0(N, R, G, B) \ macro
411 DEF_PIXEL_TO_RGB_A0(pixel_565_to_rgb, 5, 6, 5)
412 DEF_PIXEL_TO_RGB_A0(pixel_555_to_rgb, 5, 5, 5)
413 DEF_PIXEL_TO_RGB_A0(pixel_666_to_rgb, 6, 6, 6)
414 DEF_PIXEL_TO_RGB_A0(pixel_888_to_rgb, 8, 8, 8)