Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Display.h574 void GX2API GX2SetSwapInterval(u32 swapInterval);
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c240 u32 swapInterval = 1; in DEMOGfxInit() local
343 swapInterval = atoi(p+offset+SKIP_NON_DIGIT(p[offset])); in DEMOGfxInit()
344 OSReport("DEMO: swap interval=%d\n", swapInterval); in DEMOGfxInit()
498 gDemoGfxSwapInterval = swapInterval; in DEMOGfxInit()