Lines Matching refs:FALSE
37 static BOOL gDemoGfxRunningFlag=FALSE;
38 static BOOL gDemoGfxTVEnabled=FALSE;
205 gDemoGfxRunningFlag=FALSE; in DEMOGfxInit()
206 gDemoGfxTVEnabled=FALSE; in DEMOGfxInit()
310 DEMOFontDrawEnable(FALSE); in DEMOGfxInit()
513 gDemoGfxTVEnabled = FALSE; in DEMOGfxShutdown()
539 ASSERT(FALSE && "Resources were not destroyed on shutdown"); in DEMOGfxShutdown()
552 gDemoGfxRunningFlag = FALSE; in DEMOGfxShutdown()
580 gDemoGfxTVEnabled=FALSE; in DEMOGfxReleaseForeground()
583 gDemoGfxInForeground=FALSE; in DEMOGfxReleaseForeground()
697 if (gDemoGfxTVEnabled == FALSE) { in DEMOGfxDoneRender()