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

/xsrc/external/mit/xorg-server.old/dist/hw/vfb/
H A DInitOutput.c116 static Bool vfbPixmapDepths[33]; variable in typeref:typename:Bool[33]
138 vfbPixmapDepths[1] = TRUE; /* always need bitmaps */
140 vfbPixmapDepths[i] = FALSE;
331 vfbPixmapDepths[depth] = TRUE;
919 vfbPixmapDepths[vfbScreens[i].depth] = TRUE;
924 vfbPixmapDepths[1] = TRUE;
925 vfbPixmapDepths[4] = TRUE;
926 vfbPixmapDepths[8] = TRUE;
928 vfbPixmapDepths[12] = TRUE;
930 /* vfbPixmapDepths[1
[all...]
/xsrc/external/mit/xorg-server/dist/hw/vfb/
H A DInitOutput.c118 static Bool vfbPixmapDepths[33]; variable in typeref:typename:Bool[33]
141 vfbPixmapDepths[1] = TRUE; /* always need bitmaps */
143 vfbPixmapDepths[i] = FALSE;
325 vfbPixmapDepths[depth] = TRUE;
965 vfbPixmapDepths[vfbScreens[i].depth] = TRUE;
970 vfbPixmapDepths[1] = TRUE;
971 vfbPixmapDepths[4] = TRUE;
972 vfbPixmapDepths[8] = TRUE;
974 vfbPixmapDepths[12] = TRUE;
976 /* vfbPixmapDepths[1
[all...]

Completed in 4 milliseconds