Searched refs:s_FrameCount (Results 1 – 3 of 3) sorted by relevance
58 u32 s_FrameCount = 0; variable301 if ( s_FrameCount == 0 ) in DrawFrame()306 if ( ( s_FrameCount % FRAME_COUNTER_THRE) == 0 ) in DrawFrame()308 NN_LOG("Total frame count = %d\n", s_FrameCount); in DrawFrame()311 s_FrameCount += 1; in DrawFrame()
69 u32 s_FrameCount = 0; variable445 if ( s_FrameCount == 0 ) in DrawFrame()450 if ( ( s_FrameCount % FRAME_COUNTER_THRE) == 0 ) in DrawFrame()452 NN_LOG("Total frame count = %d\n", s_FrameCount); in DrawFrame()455 s_FrameCount += 1; in DrawFrame()
246 s32 s_FrameCount = 0; variable1659 s_FrameCount++; in DrawFrame()1717 s_RenderSystem.DrawText(8.0f, 8.0f, "Frame: %d", s_FrameCount); in DrawDisplay1()