Searched refs:indMap (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.3/build/demos/gxdemo/src/Indirect/ |
| D | ind-pseudo-3d.c | 52 void *indMap; // indirect map data variable 304 …indMap = MEMAllocFromAllocator(&DemoAllocator1, GXGetTexBufferSize(IMW, IMH, GX_TF_IA4, FALSE, 0)); in textureMapSetup() 307 createMap((u8 *) indMap); in textureMapSetup() 310 GXInitTexObj(&indMapObj, indMap, IMW, IMH, GX_TF_IA4, in textureMapSetup() 350 MEMFreeToAllocator(&DemoAllocator1, indMap); in textureMapSetdown()
|