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