Lines Matching refs:sMyTplObj
142 static TPLPalettePtr sMyTplObj[ 4 ] = { NULL, NULL, NULL, NULL }; // A pointer to the texture/pa… variable
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()
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()
567 if ( ++sc->texNum[ i ] >= sMyTplObj[ i ]->numDescriptors ) in AnimTick()