Lines Matching refs:blend
382 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType2() local
392 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
398 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) != blend || in SetUpTexEnvType2()
402 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend ] ) = blend; in SetUpTexEnvType2()
527 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType3() local
539 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
540 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend1 ] ) = blend; in SetUpTexEnvType3()
541 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend2 ] ) = blend; in SetUpTexEnvType3()
547 else if ( *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) != blend || in SetUpTexEnvType3()
551 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend0 ] ) = blend; in SetUpTexEnvType3()
552 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend1 ] ) = blend; in SetUpTexEnvType3()
553 *reinterpret_cast< nw::ut::Color8* >( &command[ cmdPosBlend2 ] ) = blend; in SetUpTexEnvType3()