Lines Matching refs:bpp
24 static uint8_t bpp; variable
52 .buf_size = height * width * bpp, in verify_bytes_of_area()
62 zassert_mem_equal(data, disp_buffer, width * height * bpp, NULL); in verify_bytes_of_area()
68 size_t buf_size = is_tiled ? (height * width / 8) : (height * width * bpp); in verify_background_color()
84 switch (bpp) { in verify_background_color()
115 bpp = bytes_per_pixel(cfg.current_pixel_format); in display_before()
116 is_tiled = ((bpp == 1) && (cfg.screen_info & SCREEN_INFO_MONO_VTILED)); in display_before()
122 .buf_size = display_height * display_width * bpp, in display_before()
146 uint16_t width = sizeof(data) / bpp; in ZTEST()
147 uint16_t buf_size = width * bpp; in ZTEST()
174 uint16_t width = sizeof(data) / bpp; in ZTEST()
175 uint16_t buf_size = width * bpp; in ZTEST()
186 .buf_size = display_height * display_width * bpp / height, in ZTEST()
204 disp_buffer + (display_width * display_height * bpp - buf_size), in ZTEST()
220 uint16_t width = sizeof(data) / bpp; in ZTEST()
221 uint16_t buf_size = width * bpp; in ZTEST()
232 .buf_size = display_height * display_width * bpp / height, in ZTEST()
260 disp_buffer + (display_width * display_height * bpp - buf_size), in ZTEST()