Searched refs:ndepths (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DDepths.c49 if ((count = scr->ndepths) > 0) {
H A DVisUtil.c106 for (dp=sp->depths; dp < (sp->depths + sp->ndepths); dp++)
214 for (ii=0; ii < sp->ndepths; ii++)
H A DOpenDis.c411 sp->ndepths = u.rp->nDepths;
417 sp->depths = Xcalloc(sp->ndepths, sizeof(Depth));
425 for (j = 0; j < sp->ndepths; j++) {
636 for (j = 0; j < sp->ndepths; j++) {
H A DXlibInt.c1609 for (j = 0; j < sp->ndepths; j++) {
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunMultiDepth.c153 int ndepths; local in function:sunCfbFinishScreenInit
157 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
161 rootdepth, ndepths, depths,
H A DsunInit.c813 int ndepths; local in function:sunCfbFinishScreenInit
817 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
821 rootdepth, ndepths, depths,
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunMultiDepth.c153 int ndepths; local in function:sunCfbFinishScreenInit
157 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
161 rootdepth, ndepths, depths,
H A DsunInit.c742 int ndepths; local in function:sunCfbFinishScreenInit
746 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
750 rootdepth, ndepths, depths,
/xsrc/external/mit/libXrender/dist/src/
H A DXrenderint.h53 int ndepths; member in struct:__anonc1a56ac70308
H A DXrender.c129 for (d = 0; d < scr->ndepths; d++)
552 screen->ndepths = (int) xScreen->nDepth;
556 if (screen->ndepths > rep.numDepths) {
564 rep.numDepths -= (CARD32) screen->ndepths;
565 for (nd = 0; nd < screen->ndepths; nd++)
/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kGraph.c258 int ndepths; local in function:x68kCfbFinishScreenInit
266 ndepths = 1;
298 ndepths = 1;
327 else if (!miInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
333 rootdepth, ndepths, depths,
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kGraph.c257 int ndepths; local in function:x68kCfbFinishScreenInit
265 ndepths = 1;
297 ndepths = 1;
326 else if (!miInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
332 rootdepth, ndepths, depths,
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbscreen.c172 int ndepths; local in function:wfbFinishScreenInit
232 if (!fbInitVisuals (&visuals, &depths, &nvisuals, &ndepths, &rootdepth,
236 rootdepth, ndepths, depths,
H A Dfboverlay.c340 int ndepths; local in function:fbOverlayFinishScreenInit
391 if (!fbInitVisuals (&visuals, &depths, &nvisuals, &ndepths, &depth1,
398 depth1, ndepths, depths,
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbscreen.c156 int ndepths; local in function:wfbFinishScreenInit
178 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &rootdepth,
183 rootdepth, ndepths, depths,
H A Dfboverlay.c274 int ndepths; local in function:fbOverlayFinishScreenInit
289 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &depth1,
296 depth1, ndepths, depths,
/xsrc/external/mit/xdpyinfo/dist/
H A Dxdpyinfo.c461 int ndepths = 0, *depths = NULL; local in function:print_screen_info
484 depths = XListDepths (dpy, scr, &ndepths);
485 if (!depths) ndepths = 0;
486 printf (" depths (%d): ", ndepths);
487 for (int i = 0; i < ndepths; i++) {
489 if (i < ndepths - 1) {
1109 int ndepths = 0, *depths = NULL; local in function:print_xrender_info
1155 depths = XListDepths (dpy, i, &ndepths);
1156 if (!depths) ndepths = 0;
1157 for (int j = 0; j < ndepths;
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxinit.c204 int ndepths = 0, *depths = NULL; local in function:dmxPrintScreenInfo
211 if (!(depths = XListDepths(dpy, scr, &ndepths))) ndepths = 0;
253 dmxLogOutput(dmxScreen, "%d depths on screen %d: ", ndepths, scr);
254 for (i = 0; i < ndepths; i++)
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_driver.c1134 int ndepths; local in function:sna_screen_init
1160 if (!miInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &rootdepth,
1169 rootdepth, ndepths, depths,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_driver.c1099 int ndepths; local in function:sna_screen_init
1124 if (!miInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &rootdepth,
1133 rootdepth, ndepths, depths,
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h259 int ndepths; /* number of depths possible */ member in struct:__anonf1b122fa0608

Completed in 43 milliseconds