Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/dev/
Ddev_Screenshot.h70 u32* GetHash() in GetHash() function
76 const u32* GetHash() const in GetHash() function
84 return (this->m_Hash[0] == source->GetHash()[0] && in Equal()
85 this->m_Hash[1] == source->GetHash()[1] && in Equal()
86 this->m_Hash[2] == source->GetHash()[2] && in Equal()
87 this->m_Hash[3] == source->GetHash()[3]); in Equal()
275 u32* GetHash() { return NULL; }
277 const u32* GetHash() const { return NULL; }
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleAnimationOption.cpp30 ResParticleAnimationOption::GetHash( in GetHash() function in nw::gfx::ResParticleAnimationOption
121 u32 random = GetHash( in EvaluateAnimationFrame()
158 u32 random = GetHash( in EvaluateAnimationFrame()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SimpleMaterialActivator.h98 return (lhs.GetHash() == rhs.GetHash()); in EqualHash()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResParticleAnimationOption.h56 static u32 GetHash(u32 key1, u32 key2, u32 key3, u32 key4);