Home
last modified time | relevance | path

Searched refs:rootDepth (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c183 (*pScreen->CreatePixmap) (pScreen, 0, 0, pScreen->rootDepth, 0); in miCreateScreenResources()
189 pScreen->rootDepth, in miCreateScreenResources()
190 BitsPerPixel(pScreen->rootDepth), in miCreateScreenResources()
192 pScreen->rootDepth), in miCreateScreenResources()
241 int rootDepth, /* depth of root window */ in miScreenInit() argument
265 pScreen->rootDepth = rootDepth; in miScreenInit()
H A Dmicmap.c250 if (pScreen->rootDepth == 1 || (pVisual->class & DynamicClass)) in miCreateDefColormap()
259 if (pScreen->rootDepth > 1) { in miCreateDefColormap()
H A Dmi.h391 int rootDepth,
H A Dmidispcur.c401 (*pScreen->CreatePixmap) (pScreen, w, h, pScreen->rootDepth, 0); in miDCSaveUnderCursor()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmisc.c70 pScreen->rootDepth, in winUpdateFBPointer()
71 BitsPerPixel(pScreen->rootDepth), in winUpdateFBPointer()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c142 int rootDepth; in xnestOpenScreen() local
230 rootDepth = visuals[xnestDefaultVisualIndex].nplanes; in xnestOpenScreen()
240 …miScreenInit(pScreen, NULL, xnestWidth, xnestHeight, 1, 1, xnestWidth, rootDepth, numDepths, depth… in xnestOpenScreen()
361 pScreen->rootDepth, in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor.c147 fbCreatePixmap(screen, 0, 0, screen->rootDepth, 0); in xwl_glamor_create_screen_resources()
151 screen, screen->width, screen->height, screen->rootDepth, in xwl_glamor_create_screen_resources()
H A Dxwayland-shm.c296 fbCreatePixmap(screen, 0, 0, screen->rootDepth, 0); in xwl_shm_create_screen_resources()
300 screen->rootDepth, in xwl_shm_create_screen_resources()
H A Dxwayland-output.c167 pScreen->rootDepth, in update_backing_pixmaps()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c87 pPix = (*pScreen->CreatePixmap) (pScreen, 0, 0, pScreen->rootDepth, 0); in RootlessUpdateScreenPixmap()
91 rowbytes = PixmapBytePad(pScreen->width, pScreen->rootDepth); in RootlessUpdateScreenPixmap()
104 pScreen->rootDepth, in RootlessUpdateScreenPixmap()
105 BitsPerPixel(pScreen->rootDepth), in RootlessUpdateScreenPixmap()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h501 unsigned char rootDepth; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c142 pScreen->rootDepth, in dmxBEScreenInit()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c301 if (alt->depth >= pScreen->rootDepth && alt->depth != 32) in compAddAlternateVisual()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c617 if (pScreen->rootDepth != screenInfo.screens[0]->rootDepth) { in PanoramiXCreateConnectionBlock()
H A Dshm.c1042 pPixmap = (*pScreen->CreatePixmap) (pScreen, 0, 0, pScreen->rootDepth, 0); in fbShmCreatePixmap()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c526 pScreen->rootDepth, 0); in MakeRootTile()
529 pGC = GetScratchGC(pScreen->rootDepth, pScreen); in MakeRootTile()
585 pWin->drawable.depth = pScreen->rootDepth; in CreateRootWindow()
587 format->depth != pScreen->rootDepth; format++); in CreateRootWindow()
H A Dswaprep.c1071 pRootT->rootDepth = pRoot->rootDepth; in SwapWinRoot()
H A Ddispatch.c618 root.rootDepth = pScreen->rootDepth; in CreateConnectionBlock()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1626 pScreen->rootDepth, in ephyr_glamor_create_screen_resources()