/external/quake/quake/src/QW/client/ |
gl_refrag.c | 200 model_t *clmodel; local 207 clmodel = pent->model; 209 switch (clmodel->type) 229 Sys_Error ("R_StoreEfrags: Bad entity type %d\n", clmodel->type);
|
r_efrag.c | 242 model_t *clmodel; local 249 clmodel = pent->model; 251 switch (clmodel->type) 271 Sys_Error ("R_StoreEfrags: Bad entity type %d\n", clmodel->type);
|
r_main.c | 693 int R_BmodelCheckBBox (model_t *clmodel, float *minmaxs) 709 if (d <= -clmodel->radius) 712 if (d <= clmodel->radius) 761 model_t *clmodel; local 779 clmodel = currententity->model; 786 clmodel->mins[j]; 788 clmodel->maxs[j]; 791 clipflags = R_BmodelCheckBBox (clmodel, minmaxs); 800 r_pcurrentvertbase = clmodel->vertexes; 807 if (clmodel->firstmodelsurface != 0 [all...] |
gl_rsurf.c | 1114 model_t *clmodel; local 1120 clmodel = e->model; 1127 mins[i] = e->origin[i] - clmodel->radius; 1128 maxs[i] = e->origin[i] + clmodel->radius; 1134 VectorAdd (e->origin, clmodel->mins, mins); 1135 VectorAdd (e->origin, clmodel->maxs, maxs); 1157 psurf = &clmodel->surfaces[clmodel->firstmodelsurface]; 1161 if (clmodel->firstmodelsurface != 0 && !gl_flashblend.value) 1170 clmodel->nodes + clmodel->hulls[0].firstclipnode) [all...] |
r_bsp.c | 651 model_t *clmodel; local 658 clmodel = currententity->model; 659 r_pcurrentvertbase = clmodel->vertexes; 661 R_RecursiveWorldNode (clmodel->nodes, 15);
|
gl_rmain.c | 504 model_t *clmodel; local 510 clmodel = currententity->model; 512 VectorAdd (currententity->origin, clmodel->mins, mins); 513 VectorAdd (currententity->origin, clmodel->maxs, maxs); 556 if (!strcmp(clmodel->name, "progs/player.mdl")) { 560 } else if (!strcmp (clmodel->name, "progs/flame2.mdl") 561 || !strcmp (clmodel->name, "progs/flame.mdl") ) 590 if (!strcmp (clmodel->name, "progs/eyes.mdl") ) {
|
r_local.h | 219 void R_ZDrawSubmodelPolys (model_t *clmodel);
|
/external/quake/quake/src/WinQuake/ |
gl_refrag.cpp | 200 model_t *clmodel; local 207 clmodel = pent->model; 209 switch (clmodel->type) 229 Sys_Error ("R_StoreEfrags: Bad entity type %d\n", clmodel->type);
|
r_efrag.cpp | 242 model_t *clmodel;
local 249 clmodel = pent->model;
251 switch (clmodel->type)
271 Sys_Error ("R_StoreEfrags: Bad entity type %d\n", clmodel->type);
|
r_main.cpp | 680 int R_BmodelCheckBBox (model_t *clmodel, float *minmaxs)
696 if (d <= -clmodel->radius)
699 if (d <= clmodel->radius)
748 model_t *clmodel;
local 766 clmodel = currententity->model;
773 clmodel->mins[j];
775 clmodel->maxs[j];
778 clipflags = R_BmodelCheckBBox (clmodel, minmaxs);
787 r_pcurrentvertbase = clmodel->vertexes;
794 if (clmodel->firstmodelsurface != 0) [all...] |
r_bsp.cpp | 651 model_t *clmodel;
local 658 clmodel = currententity->model;
659 r_pcurrentvertbase = clmodel->vertexes;
661 R_RecursiveWorldNode (clmodel->nodes, 15);
|
gl_rsurf.cpp | 1183 model_t *clmodel; local 1189 clmodel = e->model; 1196 mins[i] = e->origin[i] - clmodel->radius; 1197 maxs[i] = e->origin[i] + clmodel->radius; 1203 VectorAdd (e->origin, clmodel->mins, mins); 1204 VectorAdd (e->origin, clmodel->maxs, maxs); 1226 psurf = &clmodel->surfaces[clmodel->firstmodelsurface]; 1230 if (clmodel->firstmodelsurface != 0 && !gl_flashblend.value) 1239 clmodel->nodes + clmodel->hulls[0].firstclipnode) [all...] |
gl_rmain.cpp | 593 model_t *clmodel; local 601 clmodel = currententity->model; 603 VectorAdd (currententity->origin, clmodel->mins, mins); 604 VectorAdd (currententity->origin, clmodel->maxs, maxs); 653 if (!strcmp (clmodel->name, "progs/flame2.mdl") 654 || !strcmp (clmodel->name, "progs/flame.mdl") ) 682 if (!strcmp (clmodel->name, "progs/eyes.mdl") && gl_doubleeyes.value) { [all...] |
r_local.h | 218 void R_ZDrawSubmodelPolys (model_t *clmodel);
|