Searched defs:function (Results 1 – 12 of 12) sorted by relevance
498 void ForeachModel(TFunction function) in ForeachModel()516 void ForeachModel(TFunction* function) in ForeachModel()529 void ForeachMaterial(TFunction function) in ForeachMaterial()552 void ForeachMaterial(TFunction* function) in ForeachMaterial()566 void ForeachModelMaterial(TFunction function) in ForeachModelMaterial()589 void ForeachModelMaterial(TFunction* function) in ForeachModelMaterial()604 void ForeachTexture(TFunction function) in ForeachTexture()624 void ForeachTexture(TFunction* function) in ForeachTexture()639 void ForeachIndexStream(TFunction function) in ForeachIndexStream()679 void ForeachIndexStream(TFunction* function) in ForeachIndexStream()[all …]
64 void ForeachParticleSet(TFunction function) in ForeachParticleSet()
21 #define NW_NO_INLINE(function) function __attribute__((noinline)) argument
22 #define NW_NO_INLINE(function) function __attribute__((never_inline)) argument
27 #define NW_NO_INLINE(function) __declspec(noinline) function argument
31 #define NW_NO_INLINE(function) __declspec(noinline) function argument
195 void ForeachParticleSet(TFunction function) in ForeachParticleSet()211 void ForeachConstParticleSet(TFunction function) const in ForeachConstParticleSet()355 ParticleSetsResetDebugHint function; in ResetDebugHint() local
88 ForeachRootNodes(TIterator begin, TIterator end, TFunction function) in ForeachRootNodes()
256 void SetPreEvaluateCallback(PreEvaluateCallback function) { m_PreEvaluateCallback = function; } in SetPreEvaluateCallback()
462 inline Function SoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound()495 Function SoundPlayer::ForEachSoundPriorityOrder( Function function, bool reverse ) in ForEachSoundPriorityOrder()
79 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound()
486 inline Function SoundActor::ForEachSound( Function function, bool reverse ) in ForEachSound()