Searched refs:Mod_PointInLeaf (Results 1 - 18 of 18) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dmodel.h399 mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
H A Dgl_model.h433 mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
H A Dr_misc.c509 r_viewleaf = Mod_PointInLeaf (r_origin, cl.worldmodel);
H A Dsnd_dma.c681 l = Mod_PointInLeaf (listener_origin, cl.worldmodel);
H A Dgl_rmain.c895 r_viewleaf = Mod_PointInLeaf (r_origin, cl.worldmodel);
H A Dgl_model.c78 Mod_PointInLeaf
81 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) function
88 Sys_Error ("Mod_PointInLeaf: bad model");
H A Dmodel.c76 Mod_PointInLeaf
79 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) function
86 Sys_Error ("Mod_PointInLeaf: bad model");
/external/quake/quake/src/WinQuake/
H A Dmodel.h379 mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
H A Dgl_model.h427 mleaf_t *Mod_PointInLeaf (float *p, model_t *model);
H A Dr_misc.cpp436 r_viewleaf = Mod_PointInLeaf (r_origin, cl.worldmodel);
H A Dsnd_dma.cpp685 l = Mod_PointInLeaf (listener_origin, cl.worldmodel);
H A Dpr_cmds.cpp729 leaf = Mod_PointInLeaf (org, sv.worldmodel);
778 leaf = Mod_PointInLeaf (view, sv.worldmodel);
H A Dgl_rmain.cpp994 r_viewleaf = Mod_PointInLeaf (r_origin, cl.worldmodel);
H A Dgl_model.cpp78 Mod_PointInLeaf
81 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) function
88 Sys_Error ("Mod_PointInLeaf: bad model");
H A Dmodel.cpp81 Mod_PointInLeaf
84 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) function
91 Sys_Error ("Mod_PointInLeaf: bad model");
/external/quake/quake/src/QW/server/
H A Dsv_send.c264 leaf = Mod_PointInLeaf (origin, sv.worldmodel);
310 leaf = Mod_PointInLeaf (client->edict->v.origin, sv.worldmodel);
H A Dpr_cmds.c606 leaf = Mod_PointInLeaf (org, sv.worldmodel);
655 leaf = Mod_PointInLeaf (view, sv.worldmodel);
H A Dmodel.c57 Mod_PointInLeaf
60 mleaf_t *Mod_PointInLeaf (vec3_t p, model_t *model) function
67 SV_Error ("Mod_PointInLeaf: bad model");

Completed in 146 milliseconds