HomeSort by: relevance | last modified time | path
    Searched defs:ndepths (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunMultiDepth.c 153 int ndepths; local
157 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
161 rootdepth, ndepths, depths,
sunInit.c 742 int ndepths; local
746 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
750 rootdepth, ndepths, depths,
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunMultiDepth.c 153 int ndepths; local
157 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
161 rootdepth, ndepths, depths,
sunInit.c 813 int ndepths; local
817 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
821 rootdepth, ndepths, depths,
  /xsrc/external/mit/xorg-server/dist/fb/
fbscreen.c 156 int ndepths; local
178 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &rootdepth,
183 rootdepth, ndepths, depths,
fboverlay.c 274 int ndepths; local
289 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &depth1,
296 depth1, ndepths, depths,
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbscreen.c 172 int ndepths; local
232 if (!fbInitVisuals (&visuals, &depths, &nvisuals, &ndepths, &rootdepth,
236 rootdepth, ndepths, depths,
fboverlay.c 340 int ndepths; local
391 if (!fbInitVisuals (&visuals, &depths, &nvisuals, &ndepths, &depth1,
398 depth1, ndepths, depths,
  /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
x68kGraph.c 257 int ndepths; local
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/hw/netbsd/x68k/
x68kGraph.c 258 int ndepths; local
266 ndepths = 1;
298 ndepths = 1;
327 else if (!miInitVisuals(&visuals, &depths, &nvisuals, &ndepths,
333 rootdepth, ndepths, depths,
  /xsrc/external/mit/libXrender/dist/src/
Xrenderint.h 53 int ndepths; member in struct:__anon5974
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxinit.c 204 int ndepths = 0, *depths = NULL; local
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/
sna_driver.c 1134 int ndepths; local
1160 if (!miInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &rootdepth,
1169 rootdepth, ndepths, depths,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_driver.c 1099 int ndepths; local
1124 if (!miInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &rootdepth,
1133 rootdepth, ndepths, depths,
  /xsrc/external/mit/xdpyinfo/dist/
xdpyinfo.c 467 int ndepths = 0, *depths = NULL; local
490 depths = XListDepths (dpy, scr, &ndepths);
491 if (!depths) ndepths = 0;
492 printf (" depths (%d): ", ndepths);
493 for (int i = 0; i < ndepths; i++) {
495 if (i < ndepths - 1) {
1139 int ndepths = 0, *depths = NULL; local
1185 depths = XListDepths (dpy, i, &ndepths);
1186 if (!depths) ndepths = 0;
1187 for (int j = 0; j < ndepths; j++
    [all...]
  /xsrc/external/mit/libX11/dist/include/X11/
Xlib.h 259 int ndepths; /* number of depths possible */ member in struct:__anon5562

Completed in 132 milliseconds