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

/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DScreen.c139 int i, j, depthIndex; local in function:xnestOpenScreen
199 depthIndex = UNDEFINED;
202 depthIndex = j;
206 if (depthIndex == UNDEFINED) {
207 depthIndex = numDepths;
208 depths[depthIndex].depth = xnestVisuals[i].depth;
209 depths[depthIndex].numVids = 0;
210 depths[depthIndex].vids =
214 if (depths[depthIndex].numVids >= MAXVISUALSPERDEPTH) {
217 depths[depthIndex]
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DScreen.c136 int i, j, depthIndex; local in function:xnestOpenScreen
203 depthIndex = UNDEFINED;
206 depthIndex = j;
210 if (depthIndex == UNDEFINED) {
211 depthIndex = numDepths;
212 depths[depthIndex].depth = xnestVisuals[i].depth;
213 depths[depthIndex].numVids = 0;
214 depths[depthIndex].vids =
218 if (depths[depthIndex].numVids >= MAXVISUALSPERDEPTH) {
221 depths[depthIndex]
[all...]

Completed in 3 milliseconds