Home | History | Annotate | Download | only in qemu

Lines Matching defs:depth

2482                     int w, h, depth;
2487 fprintf(stderr, "qemu: invalid resolution or depth\n");
2498 depth = strtol(p, (char **)&p, 10);
2499 if (depth != 8 && depth != 15 && depth != 16 &&
2500 depth != 24 && depth != 32)
2503 depth = graphic_depth;
2510 graphic_depth = depth;