Searched refs:rootDepth (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmisc.c70 pScreen->rootDepth,
71 BitsPerPixel(pScreen->rootDepth),
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmisc.c88 pScreen->rootDepth,
89 BitsPerPixel (pScreen->rootDepth),
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiscrinit.c153 pPixmap = (*pScreen->CreatePixmap)(pScreen, 0, 0, pScreen->rootDepth, 0);
158 pScreen->height, pScreen->rootDepth,
159 BitsPerPixel(pScreen->rootDepth),
160 PixmapBytePad(pScrInitParms->width, pScreen->rootDepth),
212 int rootDepth, /* depth of root window */
225 pScreen->rootDepth = rootDepth;
206 miScreenInit(ScreenPtr pScreen,pointer pbits,int xsize,int ysize,int dpix,int dpiy,int width,int rootDepth,int numDepths,DepthRec * depths,VisualID rootVisual,int numVisuals,VisualRec * visuals) argument
H A Dmicmap.c310 if (pScreen->rootDepth == 1 || (pVisual->class & DynamicClass))
319 if (pScreen->rootDepth > 1) {
H A Dmidispcur.c459 (*pScreen->CreatePixmap) (pScreen, w, h, pScreen->rootDepth, 0);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiscrinit.c165 (*pScreen->CreatePixmap) (pScreen, 0, 0, pScreen->rootDepth, 0);
171 pScreen->rootDepth,
172 BitsPerPixel(pScreen->rootDepth),
174 pScreen->rootDepth),
223 int rootDepth, /* depth of root window */
236 pScreen->rootDepth = rootDepth;
219 miScreenInit(ScreenPtr pScreen,void * pbits,int xsize,int ysize,int dpix,int dpiy,int width,int rootDepth,int numDepths,DepthRec * depths,VisualID rootVisual,int numVisuals,VisualRec * visuals) argument
H A Dmi.h397 int rootDepth,
H A Dmicmap.c250 if (pScreen->rootDepth == 1 || (pVisual->class & DynamicClass))
259 if (pScreen->rootDepth > 1) {
H A Dmidispcur.c401 (*pScreen->CreatePixmap) (pScreen, w, h, pScreen->rootDepth, 0);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_rotate.c154 pScrni->pScreen->rootDepth,
158 pScreen->rootDepth),
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DScreen.c145 int rootDepth; local in function:xnestOpenScreen
226 rootDepth = visuals[xnestDefaultVisualIndex].nplanes;
237 rootDepth,
360 pScreen->rootDepth,
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DScreen.c142 int rootDepth; local in function:xnestOpenScreen
230 rootDepth = visuals[xnestDefaultVisualIndex].nplanes;
240 miScreenInit(pScreen, NULL, xnestWidth, xnestHeight, 1, 1, xnestWidth, rootDepth, numDepths, depths, defaultVisual, /* root visual */
361 pScreen->rootDepth,
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessScreen.c88 pPix = (*pScreen->CreatePixmap)(pScreen, 0, 0, pScreen->rootDepth, 0);
92 rowbytes = PixmapBytePad(pScreen->width, pScreen->rootDepth);
105 pScreen->rootDepth,
106 BitsPerPixel(pScreen->rootDepth),
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessScreen.c82 pPix = (*pScreen->CreatePixmap) (pScreen, 0, 0, pScreen->rootDepth, 0);
86 rowbytes = PixmapBytePad(pScreen->width, pScreen->rootDepth);
99 pScreen->rootDepth,
100 BitsPerPixel(pScreen->rootDepth),
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h415 unsigned char rootDepth; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshadow.c240 pScreen->rootDepth, 0);
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h501 unsigned char rootDepth; member in struct:_Screen
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_driver.c230 screen->width, screen->height, screen->rootDepth));
248 screen->rootDepth,
255 screen->rootDepth);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_driver.c222 screen->width, screen->height, screen->rootDepth));
240 screen->rootDepth,
247 screen->rootDepth);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxscrinit.c130 pScreen->rootDepth,
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompinit.c261 if (alt->depth >= pScreen->rootDepth && alt->depth != 32)
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompinit.c263 if (alt->depth >= pScreen->rootDepth && alt->depth != 32)
/xsrc/external/mit/libX11/dist/src/
H A DOpenDis.c410 sp->root_depth = u.rp->rootDepth;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware.c916 pScrn->pScreen->rootDepth,
919 pScrn->pScreen->rootDepth),
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.c624 if(pScreen->rootDepth != screenInfo.screens[0]->rootDepth) {

Completed in 25 milliseconds

12