Home
last modified time | relevance | path

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

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dtexture.h24 #define TEXTURE_MIP_LEVEL_MEDIUM 1 macro
H A Dtexture.c180 tex_scale( &(t->original), &(t->mip[TEXTURE_MIP_LEVEL_MEDIUM]), in tex_make_mipmaps()
201 vertical_flip( &(t->mip[TEXTURE_MIP_LEVEL_MEDIUM]) ); in tex_flip()
H A Dtex_man.c401 td = &(texman_current_tex->mip[TEXTURE_MIP_LEVEL_MEDIUM]); in texman_draw_texture()