Searched refs:fbbpp (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
H A Dfbdevhwstub.c44 fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp) argument
H A Dfbdevhw.h25 extern _X_EXPORT int fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp);
H A Dfbdevhw.c419 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 Dfbdevhwstub.c42 fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp) argument
H A Dfbdevhw.h25 extern _X_EXPORT int fbdevHWGetDepth(ScrnInfoPtr pScrn, int *fbbpp);
H A Dfbdevhw.c434 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 Dxf86Helper.c362 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 Dxf86.h237 int fbbpp, int depth24flags);
H A Dxf86str.h324 int fbbpp; member in struct:__anonf472aec41108
H A Dxf86Config.c2057 displayp->fbbpp = conf_display->disp_bpp;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinconfig.h77 int fbbpp; member in struct:__anon584695a90508
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinconfig.h92 int fbbpp; member in struct:__anon2cd5b7360508
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Helper.c348 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 Dxf86str.h411 int fbbpp; member in struct:__anon1b1d0d511308
H A Dxf86.h213 extern _X_EXPORT Bool xf86SetDepthBpp(ScrnInfoPtr scrp, int depth, int bpp, int fbbpp,
H A Dxf86Config.c2118 displayp->fbbpp = conf_display->disp_bpp;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c967 int default_depth, fbbpp; local in function:GLINTPreInit
975 default_depth = fbdevHWGetDepth(pScrn,&fbbpp);
976 if (!xf86SetDepthBpp(pScrn, default_depth, default_depth, fbbpp,0))

Completed in 24 milliseconds