| /xsrc/local/programs/xsetwallpaper/ |
| H A D | xsetwallpaper.c | 64 int screen, default_depth, byte_order; local in function:main 125 default_depth = DefaultDepth(display, screen); 159 if (default_depth >= 24) 161 else if (default_depth >= 16) 165 image = XCreateImage(display, CopyFromParent, default_depth,
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| H A D | ngle_driver.c | 328 int default_depth, bitsperpixel, gid; local in function:NGLEPreInit 395 default_depth = fPtr->fbi.fbi_bitsperpixel <= 24 ? fPtr->fbi.fbi_bitsperpixel : 24; 397 if (!xf86SetDepthBpp(pScrn, default_depth, default_depth,
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_driver.c | 416 int default_depth, vram_size = 2 * 1024 * 1024; local in function:IgsPreInit 457 default_depth = fPtr->info.depth <= 24 ? fPtr->info.depth : 24; 458 if (!xf86SetDepthBpp(pScrn, default_depth, default_depth,
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_driver.c | 381 int default_depth, wstype; local in function:CrimePreInit 426 default_depth = fPtr->info.depth <= 24 ? fPtr->info.depth : 24; 427 if (!xf86SetDepthBpp(pScrn, default_depth, default_depth,
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| H A D | wsfb_driver.c | 378 int default_depth, bitsperpixel, wstype; local in function:WsfbPreInit 521 default_depth = fPtr->fbi.fbi_bitsperpixel <= 24 ? fPtr->fbi.fbi_bitsperpixel : 24; 548 default_depth = 1; 569 default_depth = 4; 574 default_depth = 1; 580 if (!xf86SetDepthBpp(pScrn, default_depth, default_depth,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 399 unsigned int default_depth; local in function:get_visual 407 default_depth = DefaultDepth(dpy,scr); 410 if (depth==default_depth && xclass==default_class) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | fakeglx.c | 490 unsigned int default_depth; local in function:get_visual 498 default_depth = DefaultDepth(dpy,scr); 501 if (depth==default_depth && xclass==default_class) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 395 unsigned int default_depth; local in function:get_visual 403 default_depth = DefaultDepth(dpy,scr); 406 if (depth==default_depth && xclass==default_class) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | fakeglx.c | 483 unsigned int default_depth; local in function:get_visual 491 default_depth = DefaultDepth(dpy,scr); 494 if (depth==default_depth && xclass==default_class) {
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glint_driver.c | 967 int default_depth, fbbpp; local in function:GLINTPreInit 975 default_depth = fbdevHWGetDepth(pScrn,&fbbpp); 976 if (!xf86SetDepthBpp(pScrn, default_depth, default_depth, fbbpp,0))
|