Searched refs:shadowTexData (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/ |
| D | pix-sub.c | 81 u8* shadowTexData; member 261 sc->shadowTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit() 265 sc->shadowTexData, in DrawInit() 288 if ( sc->shadowTexData ) in DrawShutDown() 290 MEMFreeToAllocator(&DemoAllocator1, sc->shadowTexData); in DrawShutDown() 291 sc->shadowTexData = NULL; in DrawShutDown() 419 GXCopyTex(sc->shadowTexData, GX_TRUE); in DrawTick()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow.c | 78 u8* shadowTexData; member 255 sc->shadowTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit() 259 sc->shadowTexData, in DrawInit() 342 GXCopyTex(sc->shadowTexData, GX_TRUE); in DrawTick()
|
| D | tg-shadow2.c | 119 u8* shadowTexData; member 332 sc->shadowTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit() 396 GXCopyTex(sc->shadowTexData, GX_TRUE); in DrawTick() 437 sc->shadowTexData, in DrawTick()
|
| D | tg-shadow3.c | 120 u8* shadowTexData; member 378 sc->shadowTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit() 453 GXCopyTex(sc->shadowTexData, GX_TRUE); in DrawTick() 478 sc->shadowTexData, in DrawTick()
|