Searched refs:src_depth (Results 1 – 1 of 1) sorted by relevance
69 int src_depth; member155 sdl.src_depth = 1 << log2_bpp; in sandbox_sdl_init_display()201 if (sdl.src_depth == sdl.depth) { in copy_to_texture()210 if (sdl.depth != 32 && sdl.src_depth != 8) { in copy_to_texture()222 src_pitch = sdl.width * sdl.src_depth / 8; in copy_to_texture()
Completed in 3 milliseconds