Home
last modified time | relevance | path

Searched refs:ndepths (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c176 int ndepths; in wfbFinishScreenInit() local
199 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &rootdepth, in wfbFinishScreenInit()
204 rootdepth, ndepths, depths, in wfbFinishScreenInit()
H A Dfboverlay.c274 int ndepths; in fbOverlayFinishScreenInit() local
289 if (!fbInitVisuals(&visuals, &depths, &nvisuals, &ndepths, &depth1, in fbOverlayFinishScreenInit()
296 depth1, ndepths, depths, in fbOverlayFinishScreenInit()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinit.c215 int ndepths = 0, *depths = NULL; in dmxPrintScreenInfo() local
222 if (!(depths = XListDepths(dpy, scr, &ndepths))) in dmxPrintScreenInfo()
223 ndepths = 0; in dmxPrintScreenInfo()
272 dmxLogOutput(dmxScreen, "%d depths on screen %d: ", ndepths, scr); in dmxPrintScreenInfo()
273 for (i = 0; i < ndepths; i++) in dmxPrintScreenInfo()