Home
last modified time | relevance | path

Searched refs:addTextureCollection (Results 1 – 5 of 5) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DTextureManager.cpp71 addTextureCollection(spec, newCollections, newCollectionsByName); in setBuiltinTextureCollections()
88 addTextureCollection(spec, m_externalCollections, m_externalCollectionsByName); in addExternalTextureCollection()
205 …void TextureManager::addTextureCollection(const TextureCollectionSpec& spec, TextureCollectionList… in addTextureCollection() function in TrenchBroom::Assets::TextureManager
H A DTextureManager.h97 …void addTextureCollection(const TextureCollectionSpec& spec, TextureCollectionList& collections, T…
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DViewUtils.cpp107 document->addTextureCollection(collectionPath.asString()); in loadTextureCollections()
H A DMapDocument.h346 void addTextureCollection(const String& name);
H A DMapDocument.cpp1124 void MapDocument::addTextureCollection(const String& name) { in addTextureCollection() function in TrenchBroom::View::MapDocument