Home
last modified time | relevance | path

Searched refs:GetTer (Results 1 – 4 of 4) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/data/
H A DSceneXml.h212 const PTer* GetTer(std::string tex);
H A DSceneXml.cpp331 const PTer* Presets::GetTer(std::string tex) in GetTer() function in Presets
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DTools.cpp195 const PTer* p = data->pre->GetTer(l.texFile.substr(0, l.texFile.length()-4));
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DGui_Events.cpp604 const PTer* p = data->pre->GetTer(s); if (!p) return; in listPickTex()