Searched refs:s_Count (Results 1 – 4 of 4) sorted by relevance
290 u32 s_Count = 0; variable342 ++s_Count; in UpdateParticleScaleDemo()345 if (s_Count%360 == 0) in UpdateParticleScaleDemo()368 f32 fsin = 0.5f * nn::math::SinDeg(s_Count); in UpdateParticleScaleDemo()393 f32 fsin = 0.5f * nn::math::SinDeg(s_Count); in UpdateParticleScaleDemo()
293 u32 s_Count = 0; variable337 ++s_Count; in UpdateParticleRecycleDemo()339 if (s_Count % 180 == 120) in UpdateParticleRecycleDemo()346 if (s_Count % 180 == 179) in UpdateParticleRecycleDemo()
168 int s_Count; variable172 nn::os::Tick ret = static_cast<nn::os::Tick>( s_Tick / s_Count ); in GetTick()174 s_Count = 0; in GetTick()308 s_Count += 1; in Update()
301 u32 s_Count = 0; variable404 ++s_Count; in UpdateParticleApplicationDemo()413 if(s_Count%20 != 0) in ReportParticleApplicationDemo()