Searched refs:COLOR_FORMAT_8BPP (Results 1 – 4 of 4) sorted by relevance
31 static char* color_format = COLOR_FORMAT_8BPP;201 color_format = COLOR_FORMAT_8BPP; in gx_validation_graphics_driver_setup_8bit_palette()222 color_format = COLOR_FORMAT_8BPP; in gx_validation_graphics_driver_setup_8bit_palette_rotated()
31 #define COLOR_FORMAT_8BPP "8bpp" macro
149 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_8BPP, strlen(line) - strlen(COLOR_DEPTH)… in read_file_header()153 *color_format = COLOR_FORMAT_8BPP; in read_file_header()
508 else if (!strcmp(color_format, COLOR_FORMAT_8BPP)) in show_frame()