Home
last modified time | relevance | path

Searched refs:BASEDRAWFUNC (Results 1 – 6 of 6) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dscreen.c114 colfuncs[BASEDRAWFUNC] = R_DrawColumn_8; in SCR_SetDrawFuncs()
115 spanfuncs[BASEDRAWFUNC] = R_DrawSpan_8; in SCR_SetDrawFuncs()
117 colfunc = colfuncs[BASEDRAWFUNC]; in SCR_SetDrawFuncs()
118 spanfunc = spanfuncs[BASEDRAWFUNC]; in SCR_SetDrawFuncs()
144 spanfuncs_npo2[BASEDRAWFUNC] = R_DrawSpan_NPO2_8; in SCR_SetDrawFuncs()
164 colfuncs[BASEDRAWFUNC] = R_DrawColumn_8_MMX; in SCR_SetDrawFuncs()
168 spanfuncs[BASEDRAWFUNC] = R_DrawSpan_8_MMX; in SCR_SetDrawFuncs()
172 colfuncs[BASEDRAWFUNC] = R_DrawColumn_8_ASM; in SCR_SetDrawFuncs()
H A Dscreen.h119 #define BASEDRAWFUNC 0 macro
123 COLDRAWFUNC_BASE = BASEDRAWFUNC,
141 SPANDRAWFUNC_BASE = BASEDRAWFUNC,
H A Dr_plane.c634 colfunc = colfuncs[BASEDRAWFUNC]; in R_DrawSkyPlane()
786 int spanfunctype = BASEDRAWFUNC; in R_DrawSinglePlane()
799 spanfunc = spanfuncs[BASEDRAWFUNC]; in R_DrawSinglePlane()
1098 if (spanfunc == spanfuncs[BASEDRAWFUNC]) in R_DrawSinglePlane()
H A Dr_segs.c114 if (colfunc == colfuncs[BASEDRAWFUNC]) in R_Render2sidedMultiPatchColumn()
171 colfunc = colfuncs[BASEDRAWFUNC]; in R_RenderMaskedSegRange()
512 colfunc = colfuncs[BASEDRAWFUNC]; in R_RenderMaskedSegRange()
589 colfunc = colfuncs[BASEDRAWFUNC]; in R_RenderThickSideRange()
1042 colfunc = colfuncs[BASEDRAWFUNC]; in R_RenderThickSideRange()
1536 colfunc = colfuncs[BASEDRAWFUNC]; in R_StoreWallRange()
2734 colfunc = colfuncs[BASEDRAWFUNC]; in R_StoreWallRange()
H A Dr_things.c818 colfunc = colfuncs[BASEDRAWFUNC]; // hack: this isn't resetting properly somewhere. in R_DrawVisSprite()
966 colfunc = colfuncs[BASEDRAWFUNC]; in R_DrawVisSprite()
1032 colfunc = colfuncs[BASEDRAWFUNC]; in R_DrawPrecipitationVisSprite()
H A Dr_draw8.c2126 (colfuncs[BASEDRAWFUNC])(); // R_DrawColumn_8 for the appropriate architecture in R_DrawColumnShadowed_8()
2136 (colfuncs[BASEDRAWFUNC])(); // R_DrawWallColumn_8 for the appropriate architecture in R_DrawColumnShadowed_8()