Home
last modified time | relevance | path

Searched refs:numVids (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c166 depths[0].numVids = 0; in xnestOpenScreen()
213 depths[depthIndex].numVids = 0; in xnestOpenScreen()
218 if (depths[depthIndex].numVids >= MAXVISUALSPERDEPTH) { in xnestOpenScreen()
221 depths[depthIndex].vids[depths[depthIndex].numVids] = in xnestOpenScreen()
223 depths[depthIndex].numVids++; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c493 depth->numVids = nvtype; in miInitVisuals()
565 for (j = 0; j < depth[i].numVids; j++) { in miInitVisuals()
575 if (j != depth[i].numVids) in miInitVisuals()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c651 depth->nVisuals = PanoramiXDepths[i].numVids; in PanoramiXCreateConnectionBlock()
753 PanoramiXDepths[j].numVids = 0; in PanoramiXMaybeAddDepth()
796 PanoramiXDepths[k].numVids + 1, in PanoramiXMaybeAddVisual()
798 PanoramiXDepths[k].vids[PanoramiXDepths[k].numVids] = pVisual->vid; in PanoramiXMaybeAddVisual()
799 PanoramiXDepths[k].numVids++; in PanoramiXMaybeAddVisual()
H A Dsaver.c816 for (ivisual = 0; ivisual < pDepth->numVids; ivisual++) { in ScreenSaverSetAttributes()
/OK3568_Linux_fs/external/xserver/dbe/
H A Dmidbe.c86 count += pScreen->allowedDepths[i].numVids; in miDbeGetVisualInfo()
99 for (j = 0; j < pDepth->numVids; j++) { in miDbeGetVisualInfo()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h80 short numVids; member
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c208 if (depth->numVids) in compFindVisuallessDepth()
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c2523 first_new_vid = depth->numVids; in ResizeVisualArray()
2526 vids = reallocarray(depth->vids, depth->numVids + new_visual_count, in ResizeVisualArray()
2553 depth->numVids += new_visual_count; in ResizeVisualArray()
H A Ddispatch.c627 (pDepth->numVids * sizeof(xVisualType)); in CreateConnectionBlock()
636 depth.nVisuals = pDepth->numVids; in CreateConnectionBlock()
640 for (k = 0; k < pDepth->numVids; k++) { in CreateConnectionBlock()
H A Dwindow.c810 for (ivisual = 0; ivisual < pDepth->numVids; ivisual++) { in CreateWindow()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c139 for (v = 0; v < pDepth->numVids; v++) in visualDepth()
H A Drender.c348 for (v = 0; v < pDepth->numVids; v++) { in ProcRenderQueryPictFormats()
432 for (v = 0; v < pDepth->numVids; v++) { in ProcRenderQueryPictFormats()