Home
last modified time | relevance | path

Searched defs:use_metafile (Results 1 – 3 of 3) sorted by relevance

/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/
H A Dassetmanager.cpp59 bool use_metafile, in load_texture()
111 Texture *AssetManager::get_texture(const std::string &name, bool use_metafile, in get_texture()
H A Dtexture.h172 bool use_metafile; variable
H A Dtexture.cpp52 Texture::Texture(const util::Path &filename, bool use_metafile) in Texture()