Searched refs:currentVsyncCount (Results 1 – 1 of 1) sorted by relevance
436 int currentVsyncCount = nngxCheckVSync(NN_GX_DISPLAY0); in DemoScene() local437 int prevVsyncCount = currentVsyncCount - 1; // 最初の処理用に-1 in DemoScene()453 SetStepFrame(currentVsyncCount - prevVsyncCount); in DemoScene()459 for (int i = 0; i < currentVsyncCount - prevVsyncCount; ++i) in DemoScene()466 prevVsyncCount = currentVsyncCount; in DemoScene()482 currentVsyncCount = nngxCheckVSync(NN_GX_DISPLAY0); in DemoScene()