Searched refs:sMyTplObj (Results 1 – 2 of 2) sorted by relevance
90 static TPLPalettePtr sMyTplObj[ 4 ] = { NULL, NULL, NULL, NULL }; // A pointer to the texture/pa… variable299 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()305 TPLBind( sMyTplObj[ 0 ] ); in DrawInit()306 TPLBind( sMyTplObj[ 1 ] ); in DrawInit()307 TPLBind( sMyTplObj[ 2 ] ); in DrawInit()308 TPLBind( sMyTplObj[ 3 ] ); in DrawInit()341 tdp = TPLGet( sMyTplObj[ i ], sc->texNum[ i ] ); in DrawTick()[all …]
84 static TPLPalettePtr sMyTplObj[ 4 ] = { NULL, NULL, NULL, NULL }; // A pointer to the texture/pa… variable395 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()401 TPLBind( sMyTplObj[ 0 ] ); in DrawInit()402 TPLBind( sMyTplObj[ 1 ] ); in DrawInit()403 TPLBind( sMyTplObj[ 2 ] ); in DrawInit()404 TPLBind( sMyTplObj[ 3 ] ); in DrawInit()437 tdp = TPLGet( sMyTplObj[ i ], sc->texNum[ i ] ); in DrawTick()[all …]