Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/gxdemo/src/DisplayList/
DDL-geom.c180 u8* tmpDL; in DrawInit() local
214 tmpDL = MEMAllocFromAllocator(&DemoAllocator1, TMP_SIZE); in DrawInit()
215 ASSERTMSG(tmpDL != NULL, "error allocating tmpDL"); in DrawInit()
216 DCInvalidateRange( (void *) tmpDL, TMP_SIZE); in DrawInit()
218 GXBeginDisplayList( (void *) tmpDL, (u32) TMP_SIZE); in DrawInit()
223 memcpy( (void *) cubeDL, (void *) tmpDL, cubeSize); in DrawInit()
249 DCInvalidateRange( (void *) tmpDL, TMP_SIZE); in DrawInit()
250 GXBeginDisplayList( (void *) tmpDL, (u32) TMP_SIZE); in DrawInit()
255 memcpy( (void *) sphereDL, (void *) tmpDL, sphereSize); in DrawInit()
276 DCInvalidateRange( (void *) tmpDL, TMP_SIZE); in DrawInit()
[all …]