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

  /external/quake/quake/src/QW/client/
glquake.h 295 qboolean R_CullBox (vec3_t mins, vec3_t maxs);
gl_rmain.c 106 R_CullBox
111 qboolean R_CullBox (vec3_t mins, vec3_t maxs)
515 if (R_CullBox (mins, maxs))
gl_rsurf.c 1138 if (R_CullBox (mins, maxs))
1231 if (R_CullBox (node->minmaxs, node->minmaxs+3))
    [all...]
  /external/quake/quake/src/WinQuake/
quakedef.h 408 qboolean R_CullBox (vec3_t mins, vec3_t maxs);
gl_rmain.cpp 106 R_CullBox
111 qboolean R_CullBox (vec3_t mins, vec3_t maxs)
606 if (R_CullBox (mins, maxs))
    [all...]
gl_rsurf.cpp 1207 if (R_CullBox (mins, maxs))
1302 if (R_CullBox (node->minmaxs, node->minmaxs+3))
    [all...]

Completed in 161 milliseconds