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

  /external/quake/quake/src/QW/client/
r_draw.c 66 float r_nearzi; variable
157 if (lzi0 > r_nearzi) // for mipmap finding
158 r_nearzi = lzi0;
374 if (pedge_t->nearzi > r_nearzi) // for mipmap finding
375 r_nearzi = pedge_t->nearzi;
426 r_nearzi = 0;
538 // if there was a clip off the right edge, get the right r_nearzi
554 surface_p->nearzi = r_nearzi;
627 r_nearzi = 0;
654 // if there was a clip off the right edge, get the right r_nearzi
    [all...]
  /external/quake/quake/src/WinQuake/
r_draw.cpp 66 float r_nearzi; variable
157 if (lzi0 > r_nearzi) // for mipmap finding
158 r_nearzi = lzi0;
374 if (pedge_t->nearzi > r_nearzi) // for mipmap finding
375 r_nearzi = pedge_t->nearzi;
426 r_nearzi = 0;
538 // if there was a clip off the right edge, get the right r_nearzi
554 surface_p->nearzi = r_nearzi;
627 r_nearzi = 0;
654 // if there was a clip off the right edge, get the right r_nearzi
    [all...]

Completed in 4755 milliseconds