Searched refs:D_DrawSolidSurface (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_edge.c77 D_DrawSolidSurface
83 void D_DrawSolidSurface (surf_t *surf, int color) function
199 D_DrawSolidSurface (s, (int)((long)s->data & 0xFF));
201 D_DrawSolidSurface (s, (int)s->data & 0xFF);
237 D_DrawSolidSurface (s, (int)r_clearcolor.value & 0xFF);
/external/quake/quake/src/WinQuake/
H A Dd_edge.cpp77 D_DrawSolidSurface
83 void D_DrawSolidSurface (surf_t *surf, int color) function
198 D_DrawSolidSurface (s, (int)s->data & 0xFF);
233 D_DrawSolidSurface (s, (int)r_clearcolor.value & 0xFF);

Completed in 53 milliseconds