Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/sound/
H A Dsnd_efxfile.cpp103 bool idEFXFile::FindEffect( idStr &name, ALuint *effect ) { in FindEffect() function in idEFXFile
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDocument.cpp209 FCDEffect* FCDocument::FindEffect(const fm::string& daeId) { return effectLibrary->FindDaeId(daeId)… in FindEffect() function in FCDocument
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DEffectQueue.cpp231 static EffectDesc* FindEffect(const char* effectname) in FindEffect() function