Searched refs:temptex (Results 1 – 3 of 3) sorted by relevance
1676 GLTexture *temptex; in gld_AddWall() local1731 wall.gltexture=temptex; in gld_AddWall()1852 if (temptex) in gld_AddWall()1854 wall.gltexture=temptex; in gld_AddWall()1860 if (temptex) in gld_AddWall()1862 wall.gltexture=temptex; in gld_AddWall()1886 wall.gltexture=temptex; in gld_AddWall()2020 if (temptex) in gld_AddWall()2022 wall.gltexture=temptex; in gld_AddWall()2028 if (temptex) in gld_AddWall()[all …]
2082 GLTexture *temptex; in gld_AddWall() local2123 temptex=gld_RegisterTexture(texturetranslation[seg->sidedef->midtexture], true, false); in gld_AddWall()2124 if (temptex) in gld_AddWall()2126 wall.gltexture=temptex; in gld_AddWall()2187 if (temptex) in gld_AddWall()2189 wall.gltexture=temptex; in gld_AddWall()2203 temptex=gld_RegisterTexture(seg->sidedef->midtexture, true, false); in gld_AddWall()2210 if (temptex && seg->sidedef->midtexture != NO_TEXTURE) in gld_AddWall()2212 wall.gltexture=temptex; in gld_AddWall()2311 if (temptex) in gld_AddWall()[all …]
343 #define SCALE_AND_BLUR(tex1, tex2, temptex) \ in ApplyBlur() argument347 ApplyBlurGauss(tex2, temptex, width, height); in ApplyBlur()