OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mod_PointInLeaf
(Results
1 - 5
of
5
) sorted by null
/external/quake/quake/src/QW/server/
model.c
57
Mod_PointInLeaf
60
mleaf_t *
Mod_PointInLeaf
(vec3_t p, model_t *model)
67
SV_Error ("
Mod_PointInLeaf
: bad model");
/external/quake/quake/src/QW/client/
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/
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
...]
Completed in 205 milliseconds