Home
last modified time | relevance | path

Searched refs:allowedDepths (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxscreens.c204 if (pScreen->allowedDepths[i].depth == d) { in AddScreenVisuals()
205 depth = &pScreen->allowedDepths[i]; in AddScreenVisuals()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c414 free(pScreen->allowedDepths[i].vids); in xnestCloseScreen()
415 free(pScreen->allowedDepths); in xnestCloseScreen()
/OK3568_Linux_fs/external/xserver/dbe/
H A Dmidbe.c86 count += pScreen->allowedDepths[i].numVids; in miDbeGetVisualInfo()
97 pDepth = &pScreen->allowedDepths[i]; in miDbeGetVisualInfo()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c44 DepthPtr depths = pScreen->allowedDepths; in fbCloseScreen()
/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_request.c191 DepthPtr depth = drawable->pScreen->allowedDepths; in proc_dri3_pixmap_from_buffer()
435 DepthPtr depth = screen->allowedDepths; in proc_dri3_pixmap_from_buffers()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c266 pScreen->allowedDepths = depths; in miScreenInit()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h502 DepthPtr allowedDepths; member
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c202 DepthPtr depth = &pScreen->allowedDepths[i]; in compFindVisuallessDepth()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c738 if (pScreen->allowedDepths[k].depth == pDepth->depth) { in PanoramiXMaybeAddDepth()
811 DepthPtr pDepth = pScreen->allowedDepths; in PanoramiXConsolidate()
H A Dshm.c960 pDepth = pDraw->pScreen->allowedDepths; in ProcPanoramiXShmCreatePixmap()
1093 pDepth = pDraw->pScreen->allowedDepths; in ProcShmCreatePixmap()
H A Dsaver.c814 pDepth = (DepthPtr) &pScreen->allowedDepths[idepth]; in ScreenSaverSetAttributes()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c138 pDepth = &pScreen->allowedDepths[d]; in visualDepth()
261 pDepth = &pScreen->allowedDepths[d]; in PictureCreateDefaultFormats()
H A Drender.c345 pDepth = pScreen->allowedDepths + d; in ProcRenderQueryPictFormats()
429 pDepth = pScreen->allowedDepths + d; in ProcRenderQueryPictFormats()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c851 pDepth = pScreen->allowedDepths; in CreateGCperDepth()
H A Ddispatch.c624 pDepth = pScreen->allowedDepths; in CreateConnectionBlock()
1432 pDepth = pDraw->pScreen->allowedDepths; in ProcCreatePixmap()
H A Dwindow.c808 pDepth = (DepthPtr) &pScreen->allowedDepths[idepth]; in CreateWindow()