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

  /external/quake/quake/src/QW/client/
model.h 399 mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
gl_model.h 433 mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
r_misc.c 509 r_viewleaf = Mod_PointInLeaf (r_origin, cl.worldmodel);
snd_dma.c 681 l = Mod_PointInLeaf (listener_origin, cl.worldmodel);
gl_rmain.c 895 r_viewleaf = Mod_PointInLeaf (r_origin, cl.worldmodel);
gl_model.c 78 Mod_PointInLeaf
81 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model)
88 Sys_Error ("Mod_PointInLeaf: bad model");
    [all...]
model.c 76 Mod_PointInLeaf
79 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model)
86 Sys_Error ("Mod_PointInLeaf: bad model");
    [all...]
  /external/quake/quake/src/WinQuake/
model.h 379 mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
gl_model.h 427 mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
r_misc.cpp 436 r_viewleaf = Mod_PointInLeaf (r_origin, cl.worldmodel);
snd_dma.cpp 685 l = Mod_PointInLeaf (listener_origin, cl.worldmodel);
pr_cmds.cpp 729 leaf = Mod_PointInLeaf (org, sv.worldmodel);
778 leaf = Mod_PointInLeaf (view, sv.worldmodel);
    [all...]
gl_rmain.cpp 994 r_viewleaf = Mod_PointInLeaf (r_origin, cl.worldmodel);
    [all...]
gl_model.cpp 78 Mod_PointInLeaf
81 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model)
88 Sys_Error ("Mod_PointInLeaf: bad model");
    [all...]
model.cpp 81 Mod_PointInLeaf
84 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model)
91 Sys_Error ("Mod_PointInLeaf: bad model");
    [all...]
  /external/quake/quake/src/QW/server/
sv_send.c 264 leaf = Mod_PointInLeaf (origin, sv.worldmodel);
310 leaf = Mod_PointInLeaf (client->edict->v.origin, sv.worldmodel);
pr_cmds.c 606 leaf = Mod_PointInLeaf (org, sv.worldmodel);
655 leaf = Mod_PointInLeaf (view, sv.worldmodel);
model.c 57 Mod_PointInLeaf
60 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model)
67 SV_Error ("Mod_PointInLeaf: bad model");

Completed in 1046 milliseconds