Home
last modified time | relevance | path

Searched refs:SetOperandRgb (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp680 combiner0.SetOperandRgb(0, nw::gfx::ResTextureCombiner::OPERANDRGB_ONE_MINUS_SRC_COLOR); in SetupShadowMaterial()
681 combiner0.SetOperandRgb(1, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()
687 combiner1.SetOperandRgb(0, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()
688 combiner1.SetOperandRgb(1, nw::gfx::ResTextureCombiner::OPERANDRGB_ONE_MINUS_SRC_COLOR); in SetupShadowMaterial()
695 combiner2.SetOperandRgb(0, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()
696 combiner2.SetOperandRgb(1, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()
697 combiner2.SetOperandRgb(2, nw::gfx::ResTextureCombiner::OPERANDRGB_SRC_COLOR); in SetupShadowMaterial()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResFragmentShader.h922 void SetOperandRgb(s32 index, OperandRgb value) in SetOperandRgb() function