Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-sub.c81 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/
Dtg-shadow.c78 u8* shadowTexData; member
255 sc->shadowTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit()
259 sc->shadowTexData, in DrawInit()
342 GXCopyTex(sc->shadowTexData, GX_TRUE); in DrawTick()
Dtg-shadow2.c119 u8* shadowTexData; member
332 sc->shadowTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit()
396 GXCopyTex(sc->shadowTexData, GX_TRUE); in DrawTick()
437 sc->shadowTexData, in DrawTick()
Dtg-shadow3.c120 u8* shadowTexData; member
378 sc->shadowTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit()
453 GXCopyTex(sc->shadowTexData, GX_TRUE); in DrawTick()
478 sc->shadowTexData, in DrawTick()