Searched refs:lastclipnode (Results 1 - 12 of 12) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dpmovetst.c45 box_hull.lastclipnode = 5;
101 if (num < hull->firstclipnode || num > hull->lastclipnode)
140 if (num < hull->firstclipnode || num > hull->lastclipnode)
203 if (num < hull->firstclipnode || num > hull->lastclipnode)
H A Dmodel.h185 int lastclipnode; member in struct:__anon11368
H A Dgl_model.h205 int lastclipnode; member in struct:__anon11338
H A Dgl_model.c974 hull->lastclipnode = count-1;
986 hull->lastclipnode = count-1;
1025 hull->lastclipnode = count-1;
1226 mod->hulls[j].lastclipnode = mod->numclipnodes-1;
H A Dmodel.c944 hull->lastclipnode = count-1;
956 hull->lastclipnode = count-1;
995 hull->lastclipnode = count-1;
1194 mod->hulls[j].lastclipnode = mod->numclipnodes-1;
/external/quake/quake/src/WinQuake/
H A Dmodel.h174 int lastclipnode; member in struct:__anon11728
H A Dgl_model.h201 int lastclipnode; member in struct:__anon11701
H A Dworld.cpp76 box_hull.lastclipnode = 5;
499 if (num < hull->firstclipnode || num > hull->lastclipnode)
608 if (num < hull->firstclipnode || num > hull->lastclipnode)
H A Dgl_model.cpp965 hull->lastclipnode = count-1;
977 hull->lastclipnode = count-1;
1016 hull->lastclipnode = count-1;
1200 mod->hulls[j].lastclipnode = mod->numclipnodes-1;
H A Dmodel.cpp962 hull->lastclipnode = count-1;
974 hull->lastclipnode = count-1;
1013 hull->lastclipnode = count-1;
1197 mod->hulls[j].lastclipnode = mod->numclipnodes-1;
/external/quake/quake/src/QW/server/
H A Dmodel.c881 hull->lastclipnode = count-1;
893 hull->lastclipnode = count-1;
932 hull->lastclipnode = count-1;
1114 mod->hulls[j].lastclipnode = mod->numclipnodes-1;
H A Dworld.c76 box_hull.lastclipnode = 5;
461 if (num < hull->firstclipnode || num > hull->lastclipnode)
560 if (num < hull->firstclipnode || num > hull->lastclipnode)

Completed in 352 milliseconds