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

  /external/quake/quake/src/QW/client/
pmove.c 105 #define MAX_CLIP_PLANES 5
113 vec3_t planes[MAX_CLIP_PLANES];
168 if (numplanes >= MAX_CLIP_PLANES)
  /external/quake/quake/src/QW/server/
sv_phys.c 237 #define MAX_CLIP_PLANES 5
244 vec3_t planes[MAX_CLIP_PLANES];
314 if (numplanes >= MAX_CLIP_PLANES)
  /external/mesa3d/src/mesa/main/
config.h 65 #define MAX_CLIP_PLANES 6
355 #define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 228 #define MAX_CLIP_PLANES 5
235 vec3_t planes[MAX_CLIP_PLANES];
308 if (numplanes >= MAX_CLIP_PLANES)
    [all...]

Completed in 101 milliseconds