| /RvlSDK-3.1.4/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.1.4/include/ |
| D | demo.h | 113 inline void TPLGetPalette ( TPLPalettePtr *pal, char *name ) in TPLGetPalette() 118 (*pal) = (TPLPalettePtr)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(dfi.length)); in TPLGetPalette() 126 inline void TPLReleasePalette ( TPLPalettePtr *pal ) in TPLReleasePalette()
|
| /RvlSDK-3.1.4/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.1.4/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.1.4/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.1.4/build/demos/gxdemo/include/ |
| D | G2D-test.h | 100 void InitLevel1( TPLPalettePtr *tpl );
|
| /RvlSDK-3.1.4/build/demos/carddemo/src/ |
| D | create-1icon.c | 103 static TPLPalettePtr tplIcons; in LoadIconC8() 147 static TPLPalettePtr tplIcons; in LoadIconRGB5A3()
|
| D | create-8icon.c | 103 static TPLPalettePtr tplIcons; in LoadIconC8() 153 static TPLPalettePtr tplIcons; in LoadIconRGB5A3()
|
| D | listdemo.c | 293 static TPLPalettePtr TplBanner; // Card banner texture image 294 static TPLPalettePtr TplIcons; // Card icon texture image 997 TPLPalettePtr tplBanner, in SaveData() 998 TPLPalettePtr tplIcons, u16 iconSpeed, u8 iconAnim, in SaveData() 1001 TPLPalettePtr tpl = 0; in SaveData()
|
| D | create-bnr-4icon.c | 98 static TPLPalettePtr tplIcons; in LoadIconRGB5A3()
|
| /RvlSDK-3.1.4/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.1.4/build/demos/gxdemo/src/Simple/ |
| D | smp-texexample.c | 62 TPLPalettePtr tpl = 0; // texture palette in main()
|
| /RvlSDK-3.1.4/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.1.4/build/demos/gxdemo/src/Management/ |
| D | mgt-fifo-brkpt.c | 95 TPLPalettePtr tpl = 0; // texture palette in main()
|
| /RvlSDK-3.1.4/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;
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-vfilter.c | 179 TPLPalettePtr tpl = (TPLPalettePtr)NULL; in main()
|
| /RvlSDK-3.1.4/build/demos/nanddemo/src/ |
| D | banner.c | 71 static TPLPalettePtr tplIcons;
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Tev/ |
| D | tev-swap.c | 113 static TPLPalettePtr MyTplObj = NULL; // for TPL file
|