Searched refs:SaveableTextureMap (Results 1 – 3 of 3) sorted by relevance
32 SaveableTextureMap& textureMap) : in GLBackgroundLoader()54 SaveableTextureMap& m_textureMap;
153 SaveableTextureMap* getSaveableTextureMap() { return &m_textureMap; } in getSaveableTextureMap()168 SaveableTextureMap m_textureMap;
86 typedef std::unordered_map<unsigned int, SaveableTexturePtr> SaveableTextureMap; typedef