Home
last modified time | relevance | path

Searched refs:SPANDRAWFUNC_FOG (Results 1 – 3 of 3) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dscreen.h158 SPANDRAWFUNC_FOG, enumerator
H A Dscreen.c141 spanfuncs[SPANDRAWFUNC_FOG] = R_DrawFogSpan_8; in SCR_SetDrawFuncs()
157 spanfuncs_npo2[SPANDRAWFUNC_FOG] = NULL; // Not needed in SCR_SetDrawFuncs()
H A Dr_plane.c875 spanfunctype = SPANDRAWFUNC_FOG; in R_DrawSinglePlane()