Lines Matching defs:depth
2537 int w, h, depth;
2542 PANIC("qemu: invalid resolution or depth");
2552 depth = strtol(p, (char **)&p, 10);
2553 if (depth != 8 && depth != 15 && depth != 16 &&
2554 depth != 24 && depth != 32)
2557 depth = graphic_depth;
2564 graphic_depth = depth;
3062 int depth = android_hw->hw_lcd_depth;
3066 (depth != 16 && depth != 32) ||
3070 width, height, depth);
3074 android_display_bpp = depth;