Searched refs:gDemoGfxCurInstance (Results 1 – 1 of 1) sorted by relevance
59 static DEMOGfxInstance* gDemoGfxCurInstance = NULL; variable501 gDemoGfxCurInstance = NULL; in DEMOGfxInit()515 return gDemoGfxCurInstance; in DEMOGfxInit()521 DEMOGfxDeleteInstance(gDemoGfxCurInstance); in DEMOGfxShutdown()877 gDemoGfxCurInstance = (DEMOGfxInstance *)DEMOAlloc(sizeof(DEMOGfxInstance)); in DEMOGfxAddInstance()878 gDemoGfxCurInstance->contextState = DEMOContextState; in DEMOGfxAddInstance()880 return gDemoGfxCurInstance; in DEMOGfxAddInstance()889 if (gDemoGfxCurInstance == instance) { in DEMOGfxDeleteInstance()890 gDemoGfxCurInstance = NULL; in DEMOGfxDeleteInstance()898 gDemoGfxCurInstance = instance; in DEMOGfxSetInstance()[all …]