Searched refs:sortedpart_t (Results 1 – 4 of 4) sorted by relevance
/dports/games/q2p/Q2P-0.2-2006-12-31/ref_gl/ |
H A D | gl_rmain.c | 589 } sortedpart_t; typedef 590 sortedpart_t theoldparts[MAX_PARTICLES]; 1592 const sortedpart_t *a1, *a2; in transCompare() 1593 a1 = (sortedpart_t *) arg1; in transCompare() 1594 a2 = (sortedpart_t *) arg2; in transCompare() 1598 sortedpart_t NewSortedPart(particle_t *p) in NewSortedPart() 1601 sortedpart_t s_part; in NewSortedPart() 1616 qsort((void *) theoldparts, r_newrefdef.num_particles, sizeof(sortedpart_t), transCompare); in R_SortParticlesOnList()
|
/dports/games/quake2-source/quake2-r0.16.2/src/ref_candygl/ |
H A D | gl_rmain.c | 548 } sortedpart_t; typedef 550 sortedpart_t theparts[MAX_PARTICLES]; 552 sortedpart_t NewSortPart (particle_t *p) in NewSortPart() 555 sortedpart_t s_part; in NewSortPart() 572 qsort((void *) theparts, num_particles, sizeof(sortedpart_t), transCompare); in R_SortParticlesOnList()
|
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_candygl/ |
H A D | gl_rmain.c | 548 } sortedpart_t; typedef 550 sortedpart_t theparts[MAX_PARTICLES]; 552 sortedpart_t NewSortPart (particle_t *p) in NewSortPart() 555 sortedpart_t s_part; in NewSortPart() 572 qsort((void *) theparts, num_particles, sizeof(sortedpart_t), transCompare); in R_SortParticlesOnList()
|
/dports/games/qudos/QuDos-0.40.1-src/src/ref_gl/ |
H A D | gl_rmain.c | 726 } sortedpart_t; typedef 728 sortedpart_t theparts[MAX_PARTICLES]; 730 sortedpart_t 734 sortedpart_t s_part; in NewSortPart() 752 qsort((void *)theparts, num_particles, sizeof(sortedpart_t), transCompare); in R_SortParticlesOnList()
|