Searched refs:screen_buf_xrgb8888 (Results 1 – 1 of 1) sorted by relevance
137 static uint8_t screen_buf_xrgb8888[800 * 480 * 4]; variable155 buf_to_xrgb8888(draw_buf, screen_buf_xrgb8888); in screenshot_compare()162 write_png_file(screen_buf_xrgb8888, 800, 480, fn_ref_full); in screenshot_compare()175 uint8_t * screen_buf_tmp = screen_buf_xrgb8888 + 800 * 4 * y; in screenshot_compare()212 write_png_file(screen_buf_xrgb8888, 800, 480, fn_err_full); in screenshot_compare()