Home
last modified time | relevance | path

Searched refs:MAXVISSPRITES (Results 26 – 29 of 29) sorted by relevance

12

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c3470 static gl_vissprite_t *gl_visspritechunks[MAXVISSPRITES >> VISSPRITECHUNKBITS] = {NULL};
3499 if (gl_visspritecount == MAXVISSPRITES) in HWR_NewVisSprite()
3518 zbuffersprite_t linkdrawlist[MAXVISSPRITES];
3524 if (linkdrawcount < MAXVISSPRITES) in HWR_LinkDrawHackAdd()
4432 gl_vissprite_t* gl_vsprorder[MAXVISSPRITES];
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_things.c500 static vissprite_t *visspritechunks[MAXVISSPRITES >> VISSPRITECHUNKBITS] = {NULL};
593 if (visspritecount == MAXVISSPRITES) in R_NewVisSprite()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_main.c3194 gr_vissprite_t gr_vissprites[MAXVISSPRITES];
3213 if (gr_vissprite_p == &gr_vissprites[MAXVISSPRITES]) in HWR_NewVisSprite()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/
H A DChangeLog531 * Remove <tt>MAXVISPLANES</tt>, <tt>MAXDRAWSEGS</tt>, <tt>MAXSEGS</tt> and <tt>MAXVISSPRITES</tt> l…
762MAXVISSPRITES</tt>, <tt>MAXVISPLANES</tt> and <tt>MAXDRAWSEGS</tt> limits have been entirely remov…
1007 | MAXVISSPRITES || 128 || 128 || 192 || 128 || 128*8 || 128*8 || 192*8 || 128*8

12