Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/include/nw/dev/
Ddev_Screenshot.h91 bool Equal(const u32* hash) const in Equal() argument
93 return (this->m_Hash[0] == hash[0] && in Equal()
94 this->m_Hash[1] == hash[1] && in Equal()
95 this->m_Hash[2] == hash[2] && in Equal()
96 this->m_Hash[3] == hash[3]); in Equal()
151 u32* hash) in Screenshot() argument
157 m_Hash(hash), in Screenshot()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_AutoTester.cpp122 event.param.screenshot.hash[i] = correctHashDisplay0[i]; in Initialize()
126 event.param.screenshot.hash[i] = 0; in Initialize()
136 event.param.screenshot.hash[i] = correctHashDisplay1[i]; in Initialize()
140 event.param.screenshot.hash[i] = 0; in Initialize()
305 if (m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
306 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
307 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
308 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
309 m_CurrentEvent->param.screenshot.hash[0] ) in SendScreenshot()
312 const bool result = shotDisplay->Equal(m_CurrentEvent->param.screenshot.hash); in SendScreenshot()
/NW4C-1.2.23/sources/libraries/dev/
Ddev_Screenshot.cpp36 u32* hash = allocator->AllocAndFill(HASH_LENGTH, static_cast<u32>(0)); in Create() local
37 NW_NULL_ASSERT(hash); in Create()
50 hash); in Create()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResMaterial.cpp172 u32 hash = 0; in SetupTextures() local
175 hash = (u32)resImageTexture.ptr(); in SetupTextures()
179hash = ((u32)resImageTexture.ptr() << i * 8) | ((u32)resImageTexture.ptr() >> (32 - i * 8)); in SetupTextures()
182 textureSamplersHash ^= hash; in SetupTextures()
/NW4C-1.2.23/include/nw/demo/
Ddemo_DebugUtility.h334 u32 hash[5]; // すべて 0 ならテストを行いません。 member