Searched refs:defaultDepth (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c691 int defaultDepth = 0; local in function:VESAPreInit
738 defaultDepth = 24;
740 defaultDepth = 16;
742 defaultDepth = 15;
744 defaultDepth = 24; /* ew though */
746 defaultDepth = 8;
748 defaultDepth = 4;
750 defaultDepth = 1;
752 if (defaultDepth == 24 && !(flags24 & Support32bppFb))
761 if (!xf86SetDepthBpp(pScrn, defaultDepth,
[all...]
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv_driver.c835 int defaultDepth = 0; local in function:NVPreInit
951 defaultDepth = 16;
952 if (!xf86SetDepthBpp(pScrn, defaultDepth, 0, 0, Support32bppFb)) {

Completed in 5 milliseconds