Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c59 static DEMOGfxInstance* gDemoGfxCurInstance = NULL; variable
501 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 …]