Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dexynos4210_fimd.c374 #define DEF_PIXEL_TO_RGB_A1(N, R, G, B) \ macro
389 DEF_PIXEL_TO_RGB_A1(pixel_a444_to_rgb, 4, 4, 4)
390 DEF_PIXEL_TO_RGB_A1(pixel_a555_to_rgb, 5, 5, 5)
391 DEF_PIXEL_TO_RGB_A1(pixel_a666_to_rgb, 6, 6, 6)
392 DEF_PIXEL_TO_RGB_A1(pixel_a665_to_rgb, 6, 6, 5)
393 DEF_PIXEL_TO_RGB_A1(pixel_a888_to_rgb, 8, 8, 8)
394 DEF_PIXEL_TO_RGB_A1(pixel_a887_to_rgb, 8, 8, 7)