Home | History | Annotate | Download | only in qemu

Lines Matching defs:depth

2962                     int w, h, depth;
2967 PANIC("qemu: invalid resolution or depth");
2977 depth = strtol(p, (char **)&p, 10);
2978 if (depth != 8 && depth != 15 && depth != 16 &&
2979 depth != 24 && depth != 32)
2982 depth = graphic_depth;
2989 graphic_depth = depth;
3519 int depth = android_hw->hw_lcd_depth;
3523 (depth != 16 && depth != 32) ||
3527 width, height, depth);
3531 android_display_bpp = depth;