Home
last modified time | relevance | path

Searched refs:SURF_DRAWBACKGROUND (Results 1 – 8 of 8) sorted by relevance

/external/quake/quake/src/WinQuake/
Dr_edge.cpp98 if (!(s->flags & SURF_DRAWBACKGROUND)) in R_DrawCulledPolys()
112 if (!(s->flags & SURF_DRAWBACKGROUND)) in R_DrawCulledPolys()
137 surfaces[1].flags = SURF_DRAWBACKGROUND; in R_BeginEdgeFrame()
Dmodel.h85 #define SURF_DRAWBACKGROUND 0x40 macro
Dgl_model.h95 #define SURF_DRAWBACKGROUND 0x40 macro
Dd_edge.cpp225 else if (s->flags & SURF_DRAWBACKGROUND) in D_DrawSurfaces()
/external/quake/quake/src/QW/client/
Dr_edge.c98 if (!(s->flags & SURF_DRAWBACKGROUND)) in R_DrawCulledPolys()
112 if (!(s->flags & SURF_DRAWBACKGROUND)) in R_DrawCulledPolys()
137 surfaces[1].flags = SURF_DRAWBACKGROUND; in R_BeginEdgeFrame()
Dmodel.h96 #define SURF_DRAWBACKGROUND 0x40 macro
Dgl_model.h98 #define SURF_DRAWBACKGROUND 0x40 macro
Dd_edge.c229 else if (s->flags & SURF_DRAWBACKGROUND) in D_DrawSurfaces()