Home
last modified time | relevance | path

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

123

/RvlSDK-2.1/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-2.1/include/
Ddemo.h98 inline void TPLGetPalette ( TPLPalettePtr *pal, char *name ) in TPLGetPalette()
103 (*pal) = (TPLPalettePtr)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(dfi.length)); in TPLGetPalette()
111 inline void TPLReleasePalette ( TPLPalettePtr *pal ) in TPLReleasePalette()
/RvlSDK-2.1/build/demos/cxdemo/src/
Dcx_uncompress.c90 static TPLPalettePtr sMyTplObj[ 4 ] = { NULL, NULL, NULL, NULL }; // A pointer to the texture/pa…
299 sMyTplObj[ 0 ] = (TPLPalettePtr)LoadTexData ( "/cxdemo/tex-01.tpl" ); in DrawInit()
300 sMyTplObj[ 1 ] = (TPLPalettePtr)LoadTexDataRL ( "/cxdemo/tex-01_RL.bin" ); in DrawInit()
301 sMyTplObj[ 2 ] = (TPLPalettePtr)LoadTexDataLZ ( "/cxdemo/tex-01_LZ.bin" ); in DrawInit()
302 sMyTplObj[ 3 ] = (TPLPalettePtr)LoadTexDataHuff( "/cxdemo/tex-01_Huff.bin" ); in DrawInit()
Dcx_uncompress_stream.c84 static TPLPalettePtr sMyTplObj[ 4 ] = { NULL, NULL, NULL, NULL }; // A pointer to the texture/pa…
395 sMyTplObj[ 0 ] = (TPLPalettePtr)LoadTexData ( "/cxdemo/tex-01.tpl" ); in DrawInit()
396 sMyTplObj[ 1 ] = (TPLPalettePtr)LoadTexDataRL ( "/cxdemo/tex-01_RL.bin" ); in DrawInit()
397 sMyTplObj[ 2 ] = (TPLPalettePtr)LoadTexDataLZ ( "/cxdemo/tex-01_LZ.bin" ); in DrawInit()
398 sMyTplObj[ 3 ] = (TPLPalettePtr)LoadTexDataHuff( "/cxdemo/tex-01_Huff.bin" ); in DrawInit()
/RvlSDK-2.1/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-2.1/build/demos/gddemo/src/
Dgd-texture-gc.c74 static void PatchTexPtrs(u32 numTplFiles, TPLPalettePtr tplFilePtrs[],
246 static void PatchTexPtrs(u32 numTplFiles, TPLPalettePtr tplFilePtrs[], in PatchTexPtrs()
400 TPLPalettePtr tpls[1]; // pointer to each in DrawInit()
/RvlSDK-2.1/build/demos/gxdemo/include/
DG2D-test.h100 void InitLevel1( TPLPalettePtr *tpl );
/RvlSDK-2.1/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-2.1/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-2.1/build/demos/gxdemo/src/Simple/
Dsmp-texexample.c62 TPLPalettePtr tpl = 0; // texture palette in main()
/RvlSDK-2.1/build/demos/gxdemo/src/G2D/
DG2D-test.c71 static TPLPalettePtr tpl = NULL;
DG2D-testLevel1.c347 void InitLevel1( TPLPalettePtr *tpl ) in InitLevel1()
/RvlSDK-2.1/build/demos/gxdemo/src/Management/
Dmgt-fifo-brkpt.c95 TPLPalettePtr tpl = 0; // texture palette in main()
/RvlSDK-2.1/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-2.1/build/demos/gxdemo/src/Framebuffer/
Dfrb-vfilter.c179 TPLPalettePtr tpl = (TPLPalettePtr)NULL; in main()
/RvlSDK-2.1/build/demos/gxdemo/src/Tev/
Dtev-swap.c113 static TPLPalettePtr MyTplObj = NULL; // for TPL file
/RvlSDK-2.1/build/demos/gxdemo/src/Transform/
Dtf-reflect.c52 TPLPalettePtr texPalette = 0;

123