Lines Matching refs:vfbPixmapDepths
118 static Bool vfbPixmapDepths[33]; variable
141 vfbPixmapDepths[1] = TRUE; /* always need bitmaps */ in vfbInitializePixmapDepths()
143 vfbPixmapDepths[i] = FALSE; in vfbInitializePixmapDepths()
337 vfbPixmapDepths[depth] = TRUE; in ddxProcessArgument()
979 vfbPixmapDepths[vfbScreens[i].depth] = TRUE; in InitOutput()
984 vfbPixmapDepths[1] = TRUE; in InitOutput()
985 vfbPixmapDepths[4] = TRUE; in InitOutput()
986 vfbPixmapDepths[8] = TRUE; in InitOutput()
988 vfbPixmapDepths[12] = TRUE; in InitOutput()
991 vfbPixmapDepths[16] = TRUE; in InitOutput()
992 vfbPixmapDepths[24] = TRUE; in InitOutput()
994 vfbPixmapDepths[30] = TRUE; in InitOutput()
996 vfbPixmapDepths[32] = TRUE; in InitOutput()
1002 if (vfbPixmapDepths[i]) { in InitOutput()