Home
last modified time | relevance | path

Searched refs:TPLPalettePtr (Results 1 – 25 of 63) sorted by relevance

123

/RvlSDK-3.1.4/include/revolution/
Dtpl.h33 #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/
Ddemo.h113 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/
Dcx_uncompress.c116 #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()
Dcx_uncompress_stream.c110 #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/
Dind-tile-data.c240 void MapInit( TPLPalettePtr *tpl );
250 void MapInit( TPLPalettePtr *tpl ) in MapInit()
Dind-tile-test.c23 void MapInit( TPLPalettePtr *tpl );
71 static TPLPalettePtr tpl = NULL;
/RvlSDK-3.1.4/build/demos/gddemo/src/
Dgd-texture-gc.c77 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/
DG2D-test.h100 void InitLevel1( TPLPalettePtr *tpl );
/RvlSDK-3.1.4/build/demos/carddemo/src/
Dcreate-1icon.c103 static TPLPalettePtr tplIcons; in LoadIconC8()
147 static TPLPalettePtr tplIcons; in LoadIconRGB5A3()
Dcreate-8icon.c103 static TPLPalettePtr tplIcons; in LoadIconC8()
153 static TPLPalettePtr tplIcons; in LoadIconRGB5A3()
Dlistdemo.c293 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()
Dcreate-bnr-4icon.c98 static TPLPalettePtr tplIcons; in LoadIconRGB5A3()
/RvlSDK-3.1.4/build/demos/gxdemo/src/TexGen/
Dtg-parabolicmap.c40 static TPLPalettePtr tpl0 = 0; // cube map files
41 static TPLPalettePtr tpl1 = 0;
Dtg-spheremap.c54 static TPLPalettePtr tpl0 = 0; // cube map files
55 static TPLPalettePtr tpl1 = 0;
Dtg-basic.c33 static TPLPalettePtr tpl = 0;
/RvlSDK-3.1.4/build/demos/gxdemo/src/Simple/
Dsmp-texexample.c62 TPLPalettePtr tpl = 0; // texture palette in main()
/RvlSDK-3.1.4/build/demos/gxdemo/src/G2D/
DG2D-test.c71 static TPLPalettePtr tpl = NULL;
DG2D-testLevel1.c347 void InitLevel1( TPLPalettePtr *tpl ) in InitLevel1()
/RvlSDK-3.1.4/build/demos/gxdemo/src/Management/
Dmgt-fifo-brkpt.c95 TPLPalettePtr tpl = 0; // texture palette in main()
/RvlSDK-3.1.4/build/demos/gxdemo/src/Texture/
Dtex-layer.c151 TPLPalettePtr tpl = 0; in DrawInit()
Dtex-wrap.c101 static TPLPalettePtr MyTplObj = NULL; // texture palette
Dtex-2-tex.c80 TPLPalettePtr tpl = 0;
/RvlSDK-3.1.4/build/demos/gxdemo/src/Framebuffer/
Dfrb-vfilter.c179 TPLPalettePtr tpl = (TPLPalettePtr)NULL; in main()
/RvlSDK-3.1.4/build/demos/nanddemo/src/
Dbanner.c71 static TPLPalettePtr tplIcons;
/RvlSDK-3.1.4/build/demos/gxdemo/src/Tev/
Dtev-swap.c113 static TPLPalettePtr MyTplObj = NULL; // for TPL file

123