Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DDisplay.c45 int *xnestDepths; variable
133 xnestDepths = XListDepths(xnestDisplay, DefaultScreen(xnestDisplay), in xnestOpenDisplay()
153 xnestPixmapFormats[i].depth == xnestDepths[j]) { in xnestOpenDisplay()
210 XFree(xnestDepths); in xnestCloseDisplay()
H A DDisplay.h29 extern int *xnestDepths;
H A DInit.c73 (xnestPixmapFormats[i].depth == xnestDepths[j])) { in InitOutput()