Home
last modified time | relevance | path

Searched refs:r_around (Results 1 – 16 of 16) sorted by relevance

/dports/games/alienarena/alienarena-7.66/source/ref_gl/
H A Dr_misc.c79 image_t *r_around; variable
374 r_around = GL_FindImage("gfx/radar/around",it_pic); in R_InitParticleTexture()
375 if (!r_around) { in R_InitParticleTexture()
376 r_around = GL_LoadPic ("***particle***", (byte *)data, 16, 16, it_sprite, 32); in R_InitParticleTexture()
H A Dr_image.h127 extern image_t *r_around;
H A Dr_surf.c2551 if(r_around) in R_DrawRadar()
2552 GL_Bind(r_around->texnum); in R_DrawRadar()
/dports/games/alienarena-data/alienarena-7.66/source/ref_gl/
H A Dr_misc.c79 image_t *r_around; variable
374 r_around = GL_FindImage("gfx/radar/around",it_pic); in R_InitParticleTexture()
375 if (!r_around) { in R_InitParticleTexture()
376 r_around = GL_LoadPic ("***particle***", (byte *)data, 16, 16, it_sprite, 32); in R_InitParticleTexture()
H A Dr_image.h127 extern image_t *r_around;
H A Dr_surf.c2551 if(r_around) in R_DrawRadar()
2552 GL_Bind(r_around->texnum); in R_DrawRadar()
/dports/games/qudos/QuDos-0.40.1-src/src/ref_gl/
H A Dgl_rmisc.c380 r_around = LoadPartImg("gfx/around.png"); in R_InitParticleTexture()
381 if (!r_around) { in R_InitParticleTexture()
382 r_around = r_notexture; in R_InitParticleTexture()
H A Dgl_local.h165 extern image_t *r_around;
H A Dgl_draw.c781 GL_Bind(r_around->texnum); in GL_DrawRadar()
H A Dgl_image.c2001 r_around->registration_sequence = registration_sequence; in GL_FreeUnusedImages()
H A Dgl_rmain.c80 image_t *r_around; variable
/dports/games/q2p/Q2P-0.2-2006-12-31/ref_gl/
H A Dgl_rmisc.c703 r_around = GL_FindImage("gfx/around.pcx", it_skin); in R_InitParticleTexture()
704 if (!r_around) { in R_InitParticleTexture()
705 r_around = r_notexture; in R_InitParticleTexture()
H A Dgl_local.h183 extern image_t *r_around;
H A Dgl_rsurf.c2137 GL_Bind(r_around->texnum); in GL_DrawRadar()
H A Dgl_image.c2121 r_around->registration_sequence = registration_sequence; in GL_FreeUnusedImages()
H A Dgl_rmain.c72 image_t *r_around; variable