Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dscreen.h142 SPANDRAWFUNC_TRANS, enumerator
H A Dr_plane.c808 spanfunctype = (pl->polyobj->flags & POF_SPLAT) ? SPANDRAWFUNC_TRANSSPLAT : SPANDRAWFUNC_TRANS; in R_DrawSinglePlane()
842 …functype = (pl->ffloor->master->flags & ML_EFFECT6) ? SPANDRAWFUNC_TRANSSPLAT : SPANDRAWFUNC_TRANS; in R_DrawSinglePlane()
886 if (spanfunctype == SPANDRAWFUNC_TRANS) in R_DrawSinglePlane()
1032 case SPANDRAWFUNC_TRANS: in R_DrawSinglePlane()
1102 spanfunc = spanfuncs[SPANDRAWFUNC_TRANS]; in R_DrawSinglePlane()
H A Dscreen.c129 spanfuncs[SPANDRAWFUNC_TRANS] = R_DrawTranslucentSpan_8; in SCR_SetDrawFuncs()
145 spanfuncs_npo2[SPANDRAWFUNC_TRANS] = R_DrawTranslucentSpan_NPO2_8; in SCR_SetDrawFuncs()