Searched refs:SetOperandRgb (Results 1 – 2 of 2) sorted by relevance
674 combiner0.SetOperandRgb(0, nw::gfx::ResTextureCombiner::OPERANDRGB_ONE_MINUS_SRC_COLOR); in SetupShadowMaterial()675 combiner0.SetOperandRgb(1, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()681 combiner1.SetOperandRgb(0, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()682 combiner1.SetOperandRgb(1, nw::gfx::ResTextureCombiner::OPERANDRGB_ONE_MINUS_SRC_COLOR); in SetupShadowMaterial()689 combiner2.SetOperandRgb(0, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()690 combiner2.SetOperandRgb(1, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()691 combiner2.SetOperandRgb(2, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()
992 void SetOperandRgb(s32 index, OperandRgb value) in SetOperandRgb() function