| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhwstub.c | 44 fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp) argument
|
| H A D | fbdevhw.h | 25 extern _X_EXPORT int fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp);
|
| H A D | fbdevhw.c | 419 fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp) argument 423 if (fbbpp) 424 *fbbpp = fPtr->var.bits_per_pixel;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/ |
| H A D | fbdevhwstub.c | 42 fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp) argument
|
| H A D | fbdevhw.h | 25 extern _X_EXPORT int fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp);
|
| H A D | fbdevhw.c | 434 fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp) argument 438 if (fbbpp) 439 *fbbpp = fPtr->var.bits_per_pixel;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Helper.c | 362 xf86SetDepthBpp(ScrnInfoPtr scrp, int depth, int dummy, int fbbpp, argument 430 if (fbbpp > 0 || depth > 0) { 431 if (fbbpp > 0) 432 scrp->bitsPerPixel = fbbpp; 467 "xf86SetDepthBpp: internal error: depth and fbbpp" 478 "Can't find fbbpp for depth 24\n"); 514 "Specified fbbpp (%d) is not a permitted value\n", 520 "Specified depth (%d) is greater than the fbbpp (%d)\n", 526 * Find the Display subsection matching the depth/fbbpp and initialise 531 if ((disp->depth == scrp->depth && disp->fbbpp [all...] |
| H A D | xf86.h | 237 int fbbpp, int depth24flags);
|
| H A D | xf86str.h | 324 int fbbpp; member in struct:__anonf472aec41108
|
| H A D | xf86Config.c | 2057 displayp->fbbpp = conf_display->disp_bpp;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winconfig.h | 77 int fbbpp; member in struct:__anon584695a90508
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winconfig.h | 92 int fbbpp; member in struct:__anon2cd5b7360508
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Helper.c | 348 xf86SetDepthBpp(ScrnInfoPtr scrp, int depth, int dummy, int fbbpp, argument 418 if (fbbpp > 0 || depth > 0) { 419 if (fbbpp > 0) 420 scrp->bitsPerPixel = fbbpp; 490 "xf86SetDepthBpp: internal error: depth and fbbpp" 505 "Can't find fbbpp for depth 24\n"); 542 "Specified fbbpp (%d) is not a permitted value\n", 548 "Specified depth (%d) is greater than the fbbpp (%d)\n", 562 * Find the Display subsection matching the depth/fbbpp and initialise 567 if ((disp->depth == scrp->depth && disp->fbbpp [all...] |
| H A D | xf86str.h | 411 int fbbpp; member in struct:__anon1b1d0d511308
|
| H A D | xf86.h | 213 extern _X_EXPORT Bool xf86SetDepthBpp(ScrnInfoPtr scrp, int depth, int bpp, int fbbpp,
|
| H A D | xf86Config.c | 2118 displayp->fbbpp = conf_display->disp_bpp;
|
| /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))
|