Lines Matching refs:FALSE
37 static BOOL gDemoGfxRunningFlag=FALSE;
38 static BOOL gDemoGfxTVEnabled=FALSE;
39 static BOOL gDemoGfxForceMEM2=FALSE;
212 gDemoGfxRunningFlag=FALSE; in DEMOGfxInit()
213 gDemoGfxTVEnabled=FALSE; in DEMOGfxInit()
214 gDemoGfxForceMEM2=FALSE; in DEMOGfxInit()
318 DEMOFontDrawEnable(FALSE); in DEMOGfxInit()
533 gDemoGfxTVEnabled = FALSE; in DEMOGfxShutdown()
566 ASSERT(FALSE && "Resources were not destroyed on shutdown"); in DEMOGfxShutdown()
579 gDemoGfxRunningFlag = FALSE; in DEMOGfxShutdown()
607 gDemoGfxTVEnabled=FALSE; in DEMOGfxReleaseForeground()
610 gDemoGfxInForeground=FALSE; in DEMOGfxReleaseForeground()
724 if (gDemoGfxTVEnabled == FALSE) { in DEMOGfxDoneRender()