Home
last modified time | relevance | path

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

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