Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c41 BOOL gDemoGfxInForeground=TRUE; variable
120 if (gDemoGfxInForeground) MEMFreeToExpHeap(gDEMOMem1Heap, ptr); in DEMOGfxFreeMEM1()
138 if (gDemoGfxInForeground) MEMFreeToExpHeap(gDEMOBucketHeap, ptr); in DEMOGfxFreeBucket()
529 if (gDemoGfxInForeground && OS_SHUTDOWN_RESTART != OSGetShutdownReason()) in DEMOGfxShutdown()
547 if (gDemoGfxInForeground) DEMOFree(DEMOCommandBufferBasePtr); in DEMOGfxShutdown()
573 if (gDemoGfxInForeground) in DEMOGfxShutdown()
610 gDemoGfxInForeground=FALSE; in DEMOGfxReleaseForeground()
619 gDemoGfxInForeground=TRUE; in DEMOGfxAcquiredForeground()
DdemoDRC.c39 extern BOOL gDemoGfxInForeground;
263 if (gDemoGfxInForeground && OS_SHUTDOWN_RESTART != OSGetShutdownReason()) in DEMODRCShutdown()