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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dterrain.c63 static long GlobalMnt = 0; variable in typeref:typename:long
266 GlobalMnt = ((ox * TSCALE) & 255) + ((oy * TSCALE) & 255) * 256;
279 idx = (i * TSCALE + h * 256 * TSCALE + GlobalMnt) & 65535;
286 GlobalMnt) & 65535;

Completed in 2 milliseconds