Home
last modified time | relevance | path

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

/dports/games/tenebrae/tenebrae_0/
H A Dgl_warp.c393 newwatertex = EasyTgaLoad("penta/q3water.tga"); in InitShaderTex()
394 newslimetex = EasyTgaLoad("penta/q3slime.tga"); in InitShaderTex()
395 newlavatex = EasyTgaLoad("penta/q3lava.tga"); in InitShaderTex()
396 newteletex = EasyTgaLoad("penta/newtele.tga"); in InitShaderTex()
397 newenvmap = EasyTgaLoad("penta/q3envmap.tga"); in InitShaderTex()
1334 int EasyTgaLoad(char *filename) in EasyTgaLoad() function
H A Dgl_rmisc.c99 particletexture_blood = EasyTgaLoad("textures/particles/blood.tga"); in R_InitParticleTexture()
102 particletexture_dirblood = EasyTgaLoad("textures/particles/blood2.tga"); in R_InitParticleTexture()
H A Dgl_draw.c534 halo_texture_object = EasyTgaLoad("penta/utflare5.tga"); in Draw_Init()
539 caustics_textures[i] = EasyTgaLoad(name); in Draw_Init()
H A Dr_part.c223 effect->texture = EasyTgaLoad(SC_ParseString()); in R_AddEffectsScript()
H A Dglquake.h1478 int EasyTgaLoad (char *filename);
H A Dgl_rmain.c2449 mirrorplanes[i].texture_object = EasyTgaLoad("penta/mirrordummy.tga"); in R_InitMirrorChains()