Searched refs:clipflags (Results 1 - 10 of 10) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_bsp.c410 void R_DrawSubmodelPolygons (model_t *pmodel, int clipflags) argument
437 R_RenderFace (psurf, clipflags);
448 void R_RecursiveWorldNode (mnode_t *node, int clipflags) argument
466 if (clipflags)
470 if (! (clipflags & (1<<i)) )
497 clipflags &= ~(1<<i); // node is entirely on screen
556 R_RecursiveWorldNode (node->children[side], clipflags);
578 pbtofpolys[numbtofpolys].clipflags =
579 clipflags;
586 R_RenderPoly (surf, clipflags);
[all...]
H A Dr_aclip.c240 unsigned clipflags; local
261 clipflags = fv[0][0].flags | fv[0][1].flags | fv[0][2].flags;
263 if (clipflags & ALIAS_Z_CLIP)
273 clipflags = fv[1][0].flags | fv[1][1].flags | fv[1][2].flags;
281 if (clipflags & ALIAS_LEFT_CLIP)
291 if (clipflags & ALIAS_RIGHT_CLIP)
301 if (clipflags & ALIAS_BOTTOM_CLIP)
311 if (clipflags & ALIAS_TOP_CLIP)
H A Dr_local.h134 void R_RenderFace (msurface_t *fa, int clipflags);
135 void R_RenderPoly (msurface_t *fa, int clipflags);
157 void R_DrawSubmodelPolygons (model_t *pmodel, int clipflags);
209 int clipflags; member in struct:btofpoly_s
H A Dr_main.c695 int i, *pindex, clipflags; local
699 clipflags = 0;
713 clipflags |= (1<<i);
744 clipflags |= (1<<i);
748 return clipflags;
759 int i, j, k, clipflags; local
791 clipflags = R_BmodelCheckBBox (clmodel, minmaxs);
793 if (clipflags != BMODEL_FULLY_CLIPPED)
848 r_clipflags = clipflags;
856 R_DrawSubmodelPolygons (clmodel, clipflags);
[all...]
H A Dr_draw.c386 void R_RenderFace (msurface_t *fa, int clipflags) argument
417 if (clipflags & mask)
699 void R_RenderPoly (msurface_t *fa, int clipflags) argument
723 if (clipflags & mask)
/external/quake/quake/src/WinQuake/
H A Dr_bsp.cpp410 void R_DrawSubmodelPolygons (model_t *pmodel, int clipflags) argument
437 R_RenderFace (psurf, clipflags);
448 void R_RecursiveWorldNode (mnode_t *node, int clipflags) argument
466 if (clipflags)
470 if (! (clipflags & (1<<i)) )
497 clipflags &= ~(1<<i); // node is entirely on screen
556 R_RecursiveWorldNode (node->children[side], clipflags);
578 pbtofpolys[numbtofpolys].clipflags =
579 clipflags;
586 R_RenderPoly (surf, clipflags);
[all...]
H A Dr_aclip.cpp240 unsigned clipflags; local
261 clipflags = fv[0][0].flags | fv[0][1].flags | fv[0][2].flags;
263 if (clipflags & ALIAS_Z_CLIP)
273 clipflags = fv[1][0].flags | fv[1][1].flags | fv[1][2].flags;
281 if (clipflags & ALIAS_LEFT_CLIP)
291 if (clipflags & ALIAS_RIGHT_CLIP)
301 if (clipflags & ALIAS_BOTTOM_CLIP)
311 if (clipflags & ALIAS_TOP_CLIP)
H A Dr_local.h133 void R_RenderFace (msurface_t *fa, int clipflags);
134 void R_RenderPoly (msurface_t *fa, int clipflags);
156 void R_DrawSubmodelPolygons (model_t *pmodel, int clipflags);
208 int clipflags; member in struct:btofpoly_s
H A Dr_main.cpp682 int i, *pindex, clipflags; local
686 clipflags = 0;
700 clipflags |= (1<<i);
731 clipflags |= (1<<i);
735 return clipflags;
746 int i, j, k, clipflags; local
778 clipflags = R_BmodelCheckBBox (clmodel, minmaxs);
780 if (clipflags != BMODEL_FULLY_CLIPPED)
835 r_clipflags = clipflags;
843 R_DrawSubmodelPolygons (clmodel, clipflags);
[all...]
H A Dr_draw.cpp386 void R_RenderFace (msurface_t *fa, int clipflags) argument
417 if (clipflags & mask)
699 void R_RenderPoly (msurface_t *fa, int clipflags) argument
723 if (clipflags & mask)

Completed in 47 milliseconds