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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dreadrate.c27 static int WidthIndex = 1, HeightIndex = 3; variable in typeref:typename:int
134 int width = Widths[WidthIndex];
232 if (WidthIndex > 0)
233 WidthIndex--;
236 if (WidthIndex + 1 < NUM_HEIGHTS)
237 WidthIndex++;

Completed in 2 milliseconds