Searched refs:mnode_t (Results 1 - 25 of 31) sorted by relevance

12

/external/quake/quake/src/QW/client/
H A Dr_efrag.c25 mnode_t *r_pefragtopnode;
91 void R_SplitEntityOnNode (mnode_t *node)
163 void R_SplitEntityOnNode2 (mnode_t *node)
H A Dgl_refrag.c24 mnode_t *r_pefragtopnode;
90 void R_SplitEntityOnNode (mnode_t *node)
H A Dmodel.h155 } mnode_t; typedef in typeref:struct:mnode_s
355 mnode_t *nodes;
H A Dr_local.h297 extern mnode_t *r_pefragtopnode;
314 void R_SplitEntityOnNode2 (mnode_t *node);
315 void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
H A Dgl_model.h175 } mnode_t; typedef in typeref:struct:mnode_s
389 mnode_t *nodes;
H A Dr_light.c69 void R_MarkLights (dlight_t *light, int bit, mnode_t *node)
141 int RecursiveLightPoint (mnode_t *node, vec3_t start, vec3_t end)
H A Dr_bsp.c158 void R_RecursiveClipBPoly (bedge_t *pedges, mnode_t *pnode, msurface_t *psurf)
165 mnode_t *pn;
448 void R_RecursiveWorldNode (mnode_t *node, int clipflags)
H A Dgl_rlight.c189 void R_MarkLights (dlight_t *light, int bit, mnode_t *node)
267 int RecursiveLightPoint (mnode_t *node, vec3_t start, vec3_t end)
H A Dglquake.h301 void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
H A Dgl_model.c83 mnode_t *node;
832 void Mod_SetParent (mnode_t *node, mnode_t *parent)
850 mnode_t *out;
881 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p));
1012 mnode_t *in, *child;
H A Dmodel.c81 mnode_t *node;
818 void Mod_SetParent (mnode_t *node, mnode_t *parent)
836 mnode_t *out;
867 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p));
982 mnode_t *in, *child;
H A Dgl_rsurf.c1218 void R_RecursiveWorldNode (mnode_t *node)
1384 mnode_t *node;
1409 node = (mnode_t *)&cl.worldmodel->leafs[i+1];
/external/quake/quake/src/WinQuake/
H A Dr_efrag.cpp25 mnode_t *r_pefragtopnode;
91 void R_SplitEntityOnNode (mnode_t *node)
163 void R_SplitEntityOnNode2 (mnode_t *node)
H A Dgl_refrag.cpp24 mnode_t *r_pefragtopnode;
90 void R_SplitEntityOnNode (mnode_t *node)
H A Dmodel.h144 } mnode_t; typedef in typeref:struct:mnode_s
338 mnode_t *nodes;
H A Dr_local.h296 extern mnode_t *r_pefragtopnode;
313 void R_SplitEntityOnNode2 (mnode_t *node);
314 void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
H A Dgl_model.h171 } mnode_t; typedef in typeref:struct:mnode_s
386 mnode_t *nodes;
H A Dr_light.cpp69 void R_MarkLights (dlight_t *light, int bit, mnode_t *node)
141 int RecursiveLightPoint (mnode_t *node, vec3_t start, vec3_t end)
H A Dr_bsp.cpp158 void R_RecursiveClipBPoly (bedge_t *pedges, mnode_t *pnode, msurface_t *psurf)
165 mnode_t *pn;
448 void R_RecursiveWorldNode (mnode_t *node, int clipflags)
H A Dgl_rlight.cpp192 void R_MarkLights (dlight_t *light, int bit, mnode_t *node)
270 int RecursiveLightPoint (mnode_t *node, vec3_t start, vec3_t end)
H A Dquakedef.h409 void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
H A Dgl_model.cpp83 mnode_t *node;
832 void Mod_SetParent (mnode_t *node, mnode_t *parent)
850 mnode_t *out;
856 out = (mnode_t*) Hunk_AllocName ( count*sizeof(*out), loadname);
881 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p));
1003 mnode_t *in, *child;
H A Dmodel.cpp86 mnode_t *node;
836 void Mod_SetParent (mnode_t *node, mnode_t *parent)
854 mnode_t *out;
885 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p));
1000 mnode_t *in, *child;
/external/quake/quake/src/QW/server/
H A Dmodel.c62 mnode_t *node;
755 void Mod_SetParent (mnode_t *node, mnode_t *parent)
773 mnode_t *out;
804 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p));
919 mnode_t *in, *child;
H A Dsv_ents.c37 void SV_AddToFatPVS (vec3_t org, mnode_t *node)

Completed in 189 milliseconds

12