Searched refs:sMyTplObj (Results 1 – 2 of 2) sorted by relevance
149 static TPLPalettePtr sMyTplObj[ 4 ] = { NULL, NULL, NULL, NULL }; // A pointer to the texture/pa… variable358 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()364 TPLBind( sMyTplObj[ 0 ] ); in DrawInit()365 TPLBind( sMyTplObj[ 1 ] ); in DrawInit()366 TPLBind( sMyTplObj[ 2 ] ); in DrawInit()367 TPLBind( sMyTplObj[ 3 ] ); in DrawInit()400 tdp = TPLGet( sMyTplObj[ i ], sc->texNum[ i ] ); in DrawTick()[all …]
142 static TPLPalettePtr sMyTplObj[ 4 ] = { NULL, NULL, NULL, NULL }; // A pointer to the texture/pa… variable453 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()459 TPLBind( sMyTplObj[ 0 ] ); in DrawInit()460 TPLBind( sMyTplObj[ 1 ] ); in DrawInit()461 TPLBind( sMyTplObj[ 2 ] ); in DrawInit()462 TPLBind( sMyTplObj[ 3 ] ); in DrawInit()495 tdp = TPLGet( sMyTplObj[ i ], sc->texNum[ i ] ); in DrawTick()[all …]