Home
last modified time | relevance | path

Searched defs:StoreTexture (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DTexture.cpp561 std::shared_ptr<Texture> TextureManager::StoreTexture(Texture* texture, const std::string& texture_… in StoreTexture() function in TextureManager
567 std::shared_ptr<Texture> TextureManager::StoreTexture(const std::shared_ptr<Texture>& texture, cons… in StoreTexture() function in TextureManager
H A DGUI.cpp1461 std::shared_ptr<Texture> GUI::StoreTexture(Texture* texture, const std::string& texture_name) in StoreTexture() function in GUI
1464 std::shared_ptr<Texture> GUI::StoreTexture(const std::shared_ptr<Texture>& texture, const std::stri… in StoreTexture() function in GUI