Searched refs:DEMOGfxInstance (Results 1 – 3 of 3) sorted by relevance
53 } DEMOGfxInstance; typedef110 DEMOGfxInstance* DEMOGfxInit(int argc, char *argv[]);285 DEMOGfxInstance* DEMOGfxAddInstance(void);290 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance);293 void DEMOGfxSetInstance(DEMOGfxInstance *instance);296 DEMOGfxInstance* DEMOGfxGetInstance(void);
58 static DEMOGfxInstance* gDemoGfxCurInstance = NULL;176 DEMOGfxInstance* DEMOGfxInit(int argc, char *argv[]) in DEMOGfxInit()814 DEMOGfxInstance* DEMOGfxAddInstance(void) in DEMOGfxAddInstance()835 gDemoGfxCurInstance = DEMOAlloc(sizeof(DEMOGfxInstance)); in DEMOGfxAddInstance()841 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance) in DEMOGfxDeleteInstance()854 void DEMOGfxSetInstance(DEMOGfxInstance *instance) in DEMOGfxSetInstance()862 DEMOGfxInstance* DEMOGfxGetInstance(void) in DEMOGfxGetInstance()