Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c136 int i, j, depthIndex; in xnestOpenScreen() local
203 depthIndex = UNDEFINED; in xnestOpenScreen()
206 depthIndex = j; in xnestOpenScreen()
210 if (depthIndex == UNDEFINED) { in xnestOpenScreen()
211 depthIndex = numDepths; in xnestOpenScreen()
212 depths[depthIndex].depth = xnestVisuals[i].depth; in xnestOpenScreen()
213 depths[depthIndex].numVids = 0; in xnestOpenScreen()
214 depths[depthIndex].vids = in xnestOpenScreen()
218 if (depths[depthIndex].numVids >= MAXVISUALSPERDEPTH) { in xnestOpenScreen()
221 depths[depthIndex].vids[depths[depthIndex].numVids] = in xnestOpenScreen()
[all …]