Searched refs:s_Count (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/ |
| D | gx_AlphaTest.cpp | 45 u32 s_Count = 1; variable 134 "Count: %d", s_Count); in PrintInfo() 155 if ((s_Count % MODE_SWITCH_SPAN) == 0) in DrawFrame() 174 nn::math::MTX34RotAxisDeg(&rot, &axis, static_cast<f32>(s_Count)); in DrawFrame() 211 s_Count++; in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/ |
| D | TriangleSimple.cpp | 35 s32 s_Count = 0; variable 101 nn::math::MTX34RotAxisDeg(&rot, &rotAxis, -6.f * s_Count); in DrawDisplay0() 146 nn::math::MTX34RotAxisDeg(&rot, &rotAxis, -6.f * s_Count); in DrawDisplay0AndSave() 230 s_Count++; in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/TextureCombiner/ |
| D | gx_TextureCombiner.cpp | 69 int s_Count = 1; variable 225 s_RenderSystem.DrawText(0.0f, 0.0f, "Count: %d", s_Count); in DrawDisplay1() 381 s_Count++; in DrawFrame() 383 if (s_Count % 100 == 0) in DrawFrame() 394 if (s_Count % 10 == 0) in DrawFrame()
|