Home
last modified time | relevance | path

Searched refs:PanoramiXDepths (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c80 static DepthPtr PanoramiXDepths; variable
650 depth->depth = PanoramiXDepths[i].depth; in PanoramiXCreateConnectionBlock()
651 depth->nVisuals = PanoramiXDepths[i].numVids; in PanoramiXCreateConnectionBlock()
656 visual->visualID = PanoramiXDepths[i].vids[j]; in PanoramiXCreateConnectionBlock()
675 free(PanoramiXDepths[i].vids); in PanoramiXCreateConnectionBlock()
676 free(PanoramiXDepths); in PanoramiXCreateConnectionBlock()
677 PanoramiXDepths = NULL; in PanoramiXCreateConnectionBlock()
750 PanoramiXDepths = reallocarray(PanoramiXDepths, in PanoramiXMaybeAddDepth()
752 PanoramiXDepths[j].depth = pDepth->depth; in PanoramiXMaybeAddDepth()
753 PanoramiXDepths[j].numVids = 0; in PanoramiXMaybeAddDepth()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog4840 Xext: dynamically allocate the PanoramiXDepths[j].vids array