| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/ |
| H A D | vbeModes.h | 71 int *flags24, int modeTypes);
|
| H A D | vbeModes.c | 93 VBEFindSupportedDepths(vbeInfoPtr pVbe, VbeInfoBlock *vbe, int *flags24, argument 114 if (flags24) { 116 *flags24 |= Support24bppFb; 118 *flags24 |= Support32bppFb;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | vbeModes.h | 71 int *flags24, int modeTypes);
|
| H A D | vbeModes.c | 94 VBEFindSupportedDepths(vbeInfoPtr pVbe, VbeInfoBlock * vbe, int *flags24, argument 115 if (flags24) { 117 *flags24 |= Support24bppFb; 119 *flags24 |= Support32bppFb;
|
| /xsrc/external/mit/xf86-video-vesa/dist/src/ |
| H A D | vesa.c | 690 int flags24 = 0; local in function:VESAPreInit 733 depths = VBEFindSupportedDepths(pVesa->pVbe, pVesa->vbeInfo, &flags24, 737 if (depths & V_DEPTH_24 && (flags24 & Support32bppFb)) 752 if (defaultDepth == 24 && !(flags24 & Support32bppFb)) 756 if (flags24 & Support32bppFb) 757 flags24 |= SupportConvert24to32 | PreferConvert24to32; 758 if (flags24 & Support24bppFb) 759 flags24 |= SupportConvert32to24; 761 if (!xf86SetDepthBpp(pScrn, defaultDepth, 0, defaultBpp, flags24)) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_driver.c | 442 int flags24; local in function:I830PreInit 486 flags24 = Support32bppFb | PreferConvert24to32 | SupportConvert24to32; 488 if (!xf86SetDepthBpp(scrn, 0, 0, 0, flags24))
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_driver.c | 449 int flags24; local in function:I830PreInit 493 flags24 = Support32bppFb | PreferConvert24to32 | SupportConvert24to32; 495 if (!xf86SetDepthBpp(scrn, 0, 0, 0, flags24))
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| H A D | i740_driver.c | 402 int flags24; local in function:I740PreInit 446 flags24=Support24bppFb | Support32bppFb | SupportConvert32to24; 447 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, flags24)) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_driver.c | 239 int flags24; local in function:I810PreInit 275 flags24 = Support24bppFb | PreferConvert32to24 | SupportConvert32to24; 276 if (!xf86SetDepthBpp(scrn, 16, 0, 16, flags24)) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_driver.c | 239 int flags24; local in function:I810PreInit 275 flags24 = Support24bppFb | PreferConvert32to24 | SupportConvert32to24; 276 if (!xf86SetDepthBpp(scrn, 16, 0, 16, flags24)) {
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_driver.c | 809 int flags24; local in function:TDFXPreInit 912 flags24=Support24bppFb | Support32bppFb | SupportConvert32to24; 913 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, flags24)) {
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_driver.c | 377 int flags24; local in function:ASTPreInit 428 flags24 = Support32bppFb; 429 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, flags24)) {
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_driver.c | 539 int flags24; local in function:I810PreInit 577 flags24 = Support24bppFb | PreferConvert32to24 | SupportConvert32to24; 578 if (!xf86SetDepthBpp(pScrn, 16, 0, 16, flags24)) {
|
| H A D | i830_driver.c | 1494 int flags24; local in function:I830PreInit 1542 flags24 = Support32bppFb | PreferConvert24to32 | SupportConvert24to32; 1544 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, flags24))
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_driver.c | 1464 int flags24; local in function:MGAPreInit 1805 flags24 = Support24bppFb | Support32bppFb | PreferConvert24to32; 1808 flags24 = Support32bppFb; 1838 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, flags24)) {
|