Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DDisplay.c47 XPixmapFormatValues *xnestPixmapFormats; variable
136 xnestPixmapFormats = XListPixmapFormats(xnestDisplay, in xnestOpenDisplay()
152 if (xnestPixmapFormats[i].depth == 1 || in xnestOpenDisplay()
153 xnestPixmapFormats[i].depth == xnestDepths[j]) { in xnestOpenDisplay()
154 xnestDefaultDrawables[xnestPixmapFormats[i].depth] = in xnestOpenDisplay()
156 1, 1, xnestPixmapFormats[i].depth); in xnestOpenDisplay()
211 XFree(xnestPixmapFormats); in xnestCloseDisplay()
H A DInit.c72 if ((xnestPixmapFormats[i].depth == 1) || in InitOutput()
73 (xnestPixmapFormats[i].depth == xnestDepths[j])) { in InitOutput()
75 xnestPixmapFormats[i].depth; in InitOutput()
77 xnestPixmapFormats[i].bits_per_pixel; in InitOutput()
79 xnestPixmapFormats[i].scanline_pad; in InitOutput()
H A DDisplay.h31 extern XPixmapFormatValues *xnestPixmapFormats;