Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h53 } DEMOGfxInstance; typedef
110 DEMOGfxInstance* DEMOGfxInit(int argc, char *argv[]);
285 DEMOGfxInstance* DEMOGfxAddInstance(void);
290 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance);
293 void DEMOGfxSetInstance(DEMOGfxInstance *instance);
296 DEMOGfxInstance* DEMOGfxGetInstance(void);
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoGfx.h53 } DEMOGfxInstance; typedef
110 DEMOGfxInstance* DEMOGfxInit(int argc, char *argv[]);
285 DEMOGfxInstance* DEMOGfxAddInstance(void);
290 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance);
293 void DEMOGfxSetInstance(DEMOGfxInstance *instance);
296 DEMOGfxInstance* DEMOGfxGetInstance(void);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfx.c58 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()