HomeSort by relevance Sort by last modified time
    Searched refs:ziscale (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
r_alias.c 45 static float ziscale; variable
521 fv->v[5] = zi * ziscale;
759 ziscale = (float)0x8000 * (float)0x10000;
761 ziscale = (float)0x8000 * (float)0x10000 * 3.0;
  /external/quake/quake/src/WinQuake/
r_alias.cpp 45 static float ziscale; variable
521 fv->v[5] = zi * ziscale;
744 ziscale = (float)0x8000 * (float)0x10000;
746 ziscale = (float)0x8000 * (float)0x10000 * 3.0;

Completed in 598 milliseconds