Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c740 u32 swapCount, flipCount, waitCount=0; in DEMOGfxWaitForSwap() local
754 GX2GetSwapStatus(&swapCount, &flipCount, &tLastFlip, &tLastVsync); in DEMOGfxWaitForSwap()
755 if (flipCount+depth >= swapCount) break; in DEMOGfxWaitForSwap()