Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfx.h53 } DEMOGfxInstance; typedef
110 DEMOGfxInstance* DEMOGfxInit(int argc, char *argv[]);
290 DEMOGfxInstance* DEMOGfxAddInstance(void);
298 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance);
304 void DEMOGfxSetInstance(DEMOGfxInstance *instance);
307 DEMOGfxInstance* DEMOGfxGetInstance(void);
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h53 } DEMOGfxInstance; typedef
110 DEMOGfxInstance* DEMOGfxInit(int argc, char *argv[]);
290 DEMOGfxInstance* DEMOGfxAddInstance(void);
298 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance);
304 void DEMOGfxSetInstance(DEMOGfxInstance *instance);
307 DEMOGfxInstance* DEMOGfxGetInstance(void);
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c59 static DEMOGfxInstance* gDemoGfxCurInstance = NULL;
183 DEMOGfxInstance* DEMOGfxInit(int argc, char *argv[]) in DEMOGfxInit()
856 DEMOGfxInstance* DEMOGfxAddInstance(void) in DEMOGfxAddInstance()
877 gDemoGfxCurInstance = (DEMOGfxInstance *)DEMOAlloc(sizeof(DEMOGfxInstance)); in DEMOGfxAddInstance()
883 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance) in DEMOGfxDeleteInstance()
896 void DEMOGfxSetInstance(DEMOGfxInstance *instance) in DEMOGfxSetInstance()
904 DEMOGfxInstance* DEMOGfxGetInstance(void) in DEMOGfxGetInstance()