Home | History | Annotate | Download | only in qemu

Lines Matching defs:depth

2975                     int w, h, depth;
2980 PANIC("qemu: invalid resolution or depth");
2990 depth = strtol(p, (char **)&p, 10);
2991 if (depth != 8 && depth != 15 && depth != 16 &&
2992 depth != 24 && depth != 32)
2995 depth = graphic_depth;
3002 graphic_depth = depth;
3542 int depth = android_hw->hw_lcd_depth;
3546 (depth != 16 && depth != 32) ||
3550 width, height, depth);
3554 android_display_bpp = depth;