| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 135 int numVisuals, numDepths; in xnestOpenScreen() local 168 numDepths = 1; in xnestOpenScreen() 204 for (j = 0; j < numDepths; j++) in xnestOpenScreen() 211 depthIndex = numDepths; in xnestOpenScreen() 216 numDepths++; in xnestOpenScreen() 240 …miScreenInit(pScreen, NULL, xnestWidth, xnestHeight, 1, 1, xnestWidth, rootDepth, numDepths, depth… in xnestOpenScreen() 413 for (i = 0; i < pScreen->numDepths; i++) in xnestCloseScreen()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 242 int numDepths, /* number of depths supported */ in miScreenInit() argument 264 pScreen->numDepths = numDepths; in miScreenInit()
|
| H A D | mi.h | 392 int numDepths,
|
| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3_request.c | 193 for (i = 0; i < drawable->pScreen->numDepths; i++, depth++) in proc_dri3_pixmap_from_buffer() 196 if (i == drawable->pScreen->numDepths) { in proc_dri3_pixmap_from_buffer() 437 for (j = 0; j < screen->numDepths; j++, depth++) in proc_dri3_pixmap_from_buffers() 440 if (j == screen->numDepths) { in proc_dri3_pixmap_from_buffers()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 828 for (i = 0; i <= pScreen->numDepths; i++) { in FreeGCperDepth() 848 if (pScreen->numDepths > MAXFORMATS) in CreateGCperDepth() 852 for (i = 0; i < pScreen->numDepths; i++, pDepth++) { in CreateGCperDepth() 1044 for (i = 0; i <= pScreen->numDepths; i++) { in GetScratchGC()
|
| H A D | dispatch.c | 619 root.nDepths = pScreen->numDepths; in CreateConnectionBlock() 625 for (j = 0; j < pScreen->numDepths; j++, pDepth++) { in CreateConnectionBlock() 1433 for (i = 0; i < pDraw->pScreen->numDepths; i++, pDepth++) in ProcCreatePixmap()
|
| H A D | window.c | 807 for (idepth = 0; idepth < pScreen->numDepths; idepth++) { in CreateWindow()
|
| /OK3568_Linux_fs/external/xserver/dbe/ |
| H A D | midbe.c | 85 for (i = 0, count = 0; i < pScreen->numDepths; i++) { in miDbeGetVisualInfo() 94 for (i = 0, k = 0; i < pScreen->numDepths; i++) { in miDbeGetVisualInfo()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 48 for (d = 0; d < pScreen->numDepths; d++) in fbCloseScreen()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxscreens.c | 203 for (i = 0; i < pScreen->numDepths; i++) { in AddScreenVisuals()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 500 short numDepths; member
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 201 for (i = 0; i < pScreen->numDepths; i++) { in compFindVisuallessDepth()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiX.c | 737 for (k = 0; k < pScreen->numDepths; k++) { in PanoramiXMaybeAddDepth() 817 for (i = 0; i < pScreen->numDepths; i++) in PanoramiXConsolidate()
|
| H A D | shm.c | 961 for (i = 0; i < pDraw->pScreen->numDepths; i++, pDepth++) in ProcPanoramiXShmCreatePixmap() 1094 for (i = 0; i < pDraw->pScreen->numDepths; i++, pDepth++) in ProcShmCreatePixmap()
|
| H A D | saver.c | 813 for (idepth = 0; idepth < pScreen->numDepths; idepth++) { in ScreenSaverSetAttributes()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 719 for (i = 0; i <= pScreen->numDepths; i++) in dmxBECreateScratchGCs() 1589 for (i = 0; i <= pScreen->numDepths; i++) in dmxBEDestroyScratchGCs()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picture.c | 137 for (d = 0; d < pScreen->numDepths; d++) { in visualDepth() 260 for (d = 0; d < pScreen->numDepths; d++) { in PictureCreateDefaultFormats()
|
| H A D | render.c | 344 for (d = 0; d < pScreen->numDepths; d++) { in ProcRenderQueryPictFormats() 377 reply->numDepths = ndepth; in ProcRenderQueryPictFormats() 427 for (d = 0; d < pScreen->numDepths; d++) { in ProcRenderQueryPictFormats() 487 swapl(&reply->numDepths); in ProcRenderQueryPictFormats()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 183013 Add a safety check to catch when numDepths GCperDepthexceeps MAXFORMATS
|