Home
last modified time | relevance | path

Searched refs:mip_opt (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtiletex.cc39 MipMapOptions mip_opt, in load_texture() argument
44 success = wm->load_texture(this, filename, mip_opt, m_orig_width, in load_texture()
52 MipMapOptions mip_opt, in load_texture() argument
66 glmanager->load_texture(pixels, new_width, new_height, mip_opt, offsetx, offsety); in load_texture()
H A Dtiletex.h27 bool load_texture(const char *filename, MipMapOptions mip_opt,
31 MipMapOptions mip_opt, int offsetx=-1, int offsety=-1);
H A Dwindowmanager-sdl.h61 MipMapOptions mip_opt, unsigned int &orig_width,
H A Dglwrapper-ogl.h40 unsigned int height, MipMapOptions mip_opt,
H A Dwindowmanager.h183 MipMapOptions mip_opt, unsigned int &orig_width,
H A Dglwrapper.h163 unsigned int height, MipMapOptions mip_opt,
H A Dglwrapper-ogl.cc371 unsigned int height, MipMapOptions mip_opt, in load_texture() argument
397 if (mip_opt == MIPMAP_CREATE) in load_texture()
H A Dwindowmanager-sdl.cc1051 MipMapOptions mip_opt, unsigned int &orig_width, in load_texture() argument
1223 success |= tex->load_texture(pixels, new_width, new_height, mip_opt); in load_texture()