| /RvlSDK-3.2/include/revolution/ |
| D | tpl.h | 33 #define TEXPalettePtr TPLPalettePtr 103 } TPLPalette, *TPLPalettePtr; typedef 108 void TPLBind ( TPLPalettePtr pal ); 109 TPLDescriptorPtr TPLGet ( TPLPalettePtr pal, u32 id ); 111 void TPLGetGXTexObjFromPalette ( TPLPalettePtr pal, GXTexObj *to, u32 id ); 112 void TPLGetGXTexObjFromPaletteCI ( TPLPalettePtr pal, GXTexObj *to,
|
| /RvlSDK-3.2/include/ |
| D | demo.h | 121 inline void TPLGetPalette ( TPLPalettePtr *pal, char *name ) in TPLGetPalette() 126 (*pal) = (TPLPalettePtr)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(dfi.length)); in TPLGetPalette() 134 inline void TPLReleasePalette ( TPLPalettePtr *pal ) in TPLReleasePalette()
|
| /RvlSDK-3.2/build/demos/cntdemo/src/ |
| D | strapcntdemo.c | 88 static void LoadSIContentData( TPLPalettePtr *buffer, u32 language ); 90 static void GetTplTexture ( TPLPalettePtr buffer, MyTexObj* to, u32 num ); 93 static void AnimTick ( TPLPalettePtr *buffer, MySceneCtrlObj* sc ); 174 static TPLPalettePtr MyTplObj; // texure palette in main() 236 static void LoadSIContentData( TPLPalettePtr *buffer, u32 language ) in LoadSIContentData() 252 *buffer = (TPLPalettePtr)MEMAllocFromAllocator( &DemoAllocator1, OSRoundUp32B( fileSize ) ); in LoadSIContentData() 261 *buffer = (TPLPalettePtr)LoadTexDataLZ( *buffer ); in LoadSIContentData() 306 void GetTplTexture( TPLPalettePtr buffer, MyTexObj* to, u32 num ) in GetTplTexture() 452 static void AnimTick( TPLPalettePtr *buffer, MySceneCtrlObj* sc ) in AnimTick()
|
| /RvlSDK-3.2/build/demos/cxdemo/src/ |
| D | cx_uncompress.c | 116 #define TPLPalettePtr TEXPalettePtr macro 149 static TPLPalettePtr sMyTplObj[ 4 ] = { NULL, NULL, NULL, NULL }; // A pointer to the texture/pa… 358 sMyTplObj[ 0 ] = (TPLPalettePtr)LoadTexData ( "/cxdemo/tex-01.tpl" ); in DrawInit() 359 sMyTplObj[ 1 ] = (TPLPalettePtr)LoadTexDataRL ( "/cxdemo/tex-01_RL.bin" ); in DrawInit() 360 sMyTplObj[ 2 ] = (TPLPalettePtr)LoadTexDataLZ ( "/cxdemo/tex-01_LZ.bin" ); in DrawInit() 361 sMyTplObj[ 3 ] = (TPLPalettePtr)LoadTexDataHuff( "/cxdemo/tex-01_Huff.bin" ); in DrawInit()
|
| D | cx_uncompress_stream.c | 110 #define TPLPalettePtr TEXPalettePtr macro 142 static TPLPalettePtr sMyTplObj[ 4 ] = { NULL, NULL, NULL, NULL }; // A pointer to the texture/pa… 453 sMyTplObj[ 0 ] = (TPLPalettePtr)LoadTexData ( "/cxdemo/tex-01.tpl" ); in DrawInit() 454 sMyTplObj[ 1 ] = (TPLPalettePtr)LoadTexDataRL ( "/cxdemo/tex-01_RL.bin" ); in DrawInit() 455 sMyTplObj[ 2 ] = (TPLPalettePtr)LoadTexDataLZ ( "/cxdemo/tex-01_LZ.bin" ); in DrawInit() 456 sMyTplObj[ 3 ] = (TPLPalettePtr)LoadTexDataHuff( "/cxdemo/tex-01_Huff.bin" ); in DrawInit()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-tile-data.c | 240 void MapInit( TPLPalettePtr *tpl ); 250 void MapInit( TPLPalettePtr *tpl ) in MapInit()
|
| D | ind-tile-test.c | 23 void MapInit( TPLPalettePtr *tpl ); 71 static TPLPalettePtr tpl = NULL;
|
| /RvlSDK-3.2/build/demos/gddemo/src/ |
| D | gd-texture-gc.c | 77 static void PatchTexPtrs(u32 numTplFiles, TPLPalettePtr tplFilePtrs[], 259 static void PatchTexPtrs(u32 numTplFiles, TPLPalettePtr tplFilePtrs[], in PatchTexPtrs() 413 TPLPalettePtr tpls[1]; // pointer to each in DrawInit()
|
| /RvlSDK-3.2/build/demos/gxdemo/include/ |
| D | G2D-test.h | 100 void InitLevel1( TPLPalettePtr *tpl );
|
| /RvlSDK-3.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-parabolicmap.c | 40 static TPLPalettePtr tpl0 = 0; // cube map files 41 static TPLPalettePtr tpl1 = 0;
|
| D | tg-spheremap.c | 54 static TPLPalettePtr tpl0 = 0; // cube map files 55 static TPLPalettePtr tpl1 = 0;
|
| D | tg-basic.c | 33 static TPLPalettePtr tpl = 0;
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Simple/ |
| D | smp-texexample.c | 62 TPLPalettePtr tpl = 0; // texture palette in main()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/G2D/ |
| D | G2D-test.c | 71 static TPLPalettePtr tpl = NULL;
|
| D | G2D-testLevel1.c | 347 void InitLevel1( TPLPalettePtr *tpl ) in InitLevel1()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Management/ |
| D | mgt-fifo-brkpt.c | 95 TPLPalettePtr tpl = 0; // texture palette in main()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Texture/ |
| D | tex-layer.c | 151 TPLPalettePtr tpl = 0; in DrawInit()
|
| D | tex-wrap.c | 101 static TPLPalettePtr MyTplObj = NULL; // texture palette
|
| D | tex-2-tex.c | 80 TPLPalettePtr tpl = 0;
|
| D | tex-mix-mode.c | 139 static TPLPalettePtr MyTplObj = NULL; // texture palette
|
| D | tex-filter.c | 172 static TPLPalettePtr MyTplObj = NULL; // texture palette
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-vfilter.c | 179 TPLPalettePtr tpl = (TPLPalettePtr)NULL; in main()
|
| /RvlSDK-3.2/build/demos/nanddemo/src/ |
| D | banner.c | 71 static TPLPalettePtr tplIcons;
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Tev/ |
| D | tev-swap.c | 113 static TPLPalettePtr MyTplObj = NULL; // for TPL file
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Transform/ |
| D | tf-reflect.c | 52 TPLPalettePtr texPalette = 0;
|