Lines Matching refs:tmpDL
180 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()
277 GXBeginDisplayList( (void *) tmpDL, (u32) TMP_SIZE); in DrawInit()
291 memcpy( (void *) listDL[i], (void *) tmpDL, listSize[i]); in DrawInit()