Home
last modified time | relevance | path

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

123

/RvlSDK-3.2/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.2/include/
Ddemo.h121 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/
Dstrapcntdemo.c88 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/
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.2/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.2/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.2/build/demos/gxdemo/include/
DG2D-test.h100 void InitLevel1( TPLPalettePtr *tpl );
/RvlSDK-3.2/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.2/build/demos/gxdemo/src/Simple/
Dsmp-texexample.c62 TPLPalettePtr tpl = 0; // texture palette in main()
/RvlSDK-3.2/build/demos/gxdemo/src/G2D/
DG2D-test.c71 static TPLPalettePtr tpl = NULL;
DG2D-testLevel1.c347 void InitLevel1( TPLPalettePtr *tpl ) in InitLevel1()
/RvlSDK-3.2/build/demos/gxdemo/src/Management/
Dmgt-fifo-brkpt.c95 TPLPalettePtr tpl = 0; // texture palette in main()
/RvlSDK-3.2/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;
Dtex-mix-mode.c139 static TPLPalettePtr MyTplObj = NULL; // texture palette
Dtex-filter.c172 static TPLPalettePtr MyTplObj = NULL; // texture palette
/RvlSDK-3.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-vfilter.c179 TPLPalettePtr tpl = (TPLPalettePtr)NULL; in main()
/RvlSDK-3.2/build/demos/nanddemo/src/
Dbanner.c71 static TPLPalettePtr tplIcons;
/RvlSDK-3.2/build/demos/gxdemo/src/Tev/
Dtev-swap.c113 static TPLPalettePtr MyTplObj = NULL; // for TPL file
/RvlSDK-3.2/build/demos/gxdemo/src/Transform/
Dtf-reflect.c52 TPLPalettePtr texPalette = 0;

123