Searched refs:ALIAS_TOP_CLIP (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_shared.h131 #define ALIAS_TOP_CLIP 0x0002 macro
H A Dr_aclip.c87 out->flags |= ALIAS_TOP_CLIP;
213 out[k].flags |= ALIAS_TOP_CLIP;
311 if (clipflags & ALIAS_TOP_CLIP)
314 ALIAS_TOP_CLIP, k, R_Alias_clip_top);
H A Dr_alias.c221 flags |= ALIAS_TOP_CLIP;
294 fv->flags |= ALIAS_TOP_CLIP;
/external/quake/quake/src/WinQuake/
H A Dr_shared.h134 #define ALIAS_TOP_CLIP 0x0002 macro
H A Dr_aclip.cpp87 out->flags |= ALIAS_TOP_CLIP;
213 out[k].flags |= ALIAS_TOP_CLIP;
311 if (clipflags & ALIAS_TOP_CLIP)
314 ALIAS_TOP_CLIP, k, R_Alias_clip_top);
H A Dr_alias.cpp221 flags |= ALIAS_TOP_CLIP;
294 fv->flags |= ALIAS_TOP_CLIP;

Completed in 24 milliseconds