Lines Matching refs:blend
349 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType2() local
359 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
365 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) != blend || in SetUpTexEnvType2()
369 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
494 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType3() local
506 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
507 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend1 ] ) = blend; in SetUpTexEnvType3()
508 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend2 ] ) = blend; in SetUpTexEnvType3()
514 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) != blend || in SetUpTexEnvType3()
518 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
519 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend1 ] ) = blend; in SetUpTexEnvType3()
520 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend2 ] ) = blend; in SetUpTexEnvType3()