Home
last modified time | relevance | path

Searched defs:use_mipmaps (Results 1 – 7 of 7) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGLTexture.cpp136 bool GLTexture::load_from_file(const std::string& filename, bool use_mipmaps, ECompressionType comp… in load_from_file()
149 bool GLTexture::load_from_svg_file(const std::string& filename, bool use_mipmaps, bool compress, bo… in load_from_svg_file()
355 bool GLTexture::load_from_png(const std::string& filename, bool use_mipmaps, ECompressionType compr… in load_from_png()
504 bool GLTexture::load_from_svg(const std::string& filename, bool use_mipmaps, bool compress, bool ap… in load_from_svg()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_landscape/
H A Dcrrc_builtin_scenery.cpp469 int use_mipmaps = cfgfile->getInt("video.textures.fUse_mipmaps", 1); in BuiltinSceneryDavis() local
1577 int use_mipmaps = cfgfile->getInt("video.textures.fUse_mipmaps", 1); in BuiltinSceneryCapeCod() local
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dgl_init.c41 int use_mipmaps = 0; variable
/dports/games/el/Eternal-Lands-1.9.5.9-1/map_editor/
H A Dglobal.c181 int use_mipmaps=0; variable
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_video/
H A Dcrrc_graphics.cpp371 GLsizei width, GLsizei height, bool use_mipmaps) in make_texture()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DTextureCacheBase.cpp1182 const bool use_mipmaps = SamplerCommon::AreBpTexMode0MipmapsEnabled(tex.texMode0[id]); in Load() local
1208 TLUTFormat tlutfmt, bool use_mipmaps, u32 tex_levels, bool from_tmem, in GetTexture()
/dports/graphics/movit/movit-1.6.3/
H A Deffect_chain.cpp2399 void EffectChain::setup_rtt_sampler(int sampler_num, bool use_mipmaps) in setup_rtt_sampler()