Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfx.c40 BOOL gDemoGfxInForeground=TRUE; variable
113 if (gDemoGfxInForeground) MEMFreeToExpHeap(gDEMOMem1Heap, ptr); in DEMOGfxFreeMEM1()
131 if (gDemoGfxInForeground) MEMFreeToExpHeap(gDEMOBucketHeap, ptr); in DEMOGfxFreeBucket()
509 if (gDemoGfxInForeground && OS_SHUTDOWN_RESTART != OSGetShutdownReason()) in DEMOGfxShutdown()
527 if (gDemoGfxInForeground) DEMOFree(DEMOCommandBufferBasePtr); in DEMOGfxShutdown()
546 if (gDemoGfxInForeground) in DEMOGfxShutdown()
583 gDemoGfxInForeground=FALSE; in DEMOGfxReleaseForeground()
592 gDemoGfxInForeground=TRUE; in DEMOGfxAcquiredForeground()
DdemoDRC.c39 extern BOOL gDemoGfxInForeground;
263 if (gDemoGfxInForeground && OS_SHUTDOWN_RESTART != OSGetShutdownReason()) in DEMODRCShutdown()