Searched refs:COLOR_FORMAT_1555XRGB (Results 1 – 4 of 4) sorted by relevance
30 #define COLOR_FORMAT_1555XRGB "1555xrgb" macro
133 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_1555XRGB, strlen(line) - strlen(COLOR_DE… in read_file_header()137 *color_format = COLOR_FORMAT_1555XRGB; in read_file_header()
297 color_format = COLOR_FORMAT_1555XRGB; in gx_validation_graphics_driver_setup_1555xrgb()
500 else if (!strcmp(color_format, COLOR_FORMAT_1555XRGB)) in show_frame()