Home
last modified time | relevance | path

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

/dports/games/egl/egl-0.3.1_9/cgame/
H A Dcg_decals.c26 static cgDecal_t *cg_freeDecals;
27 static cgDecal_t cg_decalHeadNode, cg_decalList[MAX_REF_DECALS]; // FIXME: 1.2MB array!
56 static cgDecal_t *CG_AllocDecal (void) in CG_AllocDecal()
58 cgDecal_t *d; in CG_AllocDecal()
90 static inline void CG_FreeDecal (cgDecal_t *d) in CG_FreeDecal()
111 cgDecal_t *CG_SpawnDecal (float org0, float org1, float org2, in CG_SpawnDecal()
123 cgDecal_t *d; in CG_SpawnDecal()
196 cgDecal_t *d, *next, *hNode; in CG_AddDecals()
H A Dcg_effects.h280 } cgDecal_t; typedef
288 cgDecal_t *CG_SpawnDecal(float org0, float org1, float org2,
H A Dcg_parteffects.c1617 cgDecal_t *d; in CG_ExplosionBFGParticles()