Home
last modified time | relevance | path

Searched refs:SetTevCombineAlpha (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Common.h250 static void SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value);
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Material.cpp120 internal::GL::SetTevCombineAlpha(gres, i, TevMode(m_ModeAlpha)); in SetTexEnv()
723 internal::GL::SetTevCombineAlpha(graphicsResource, i, tevStage.GetCombineAlpha()); in SetupGraphics()
1278 internal::GL::SetTevCombineAlpha(graphicsResource, i, TEVMODE_REPLACE); in SetupGraphics()
Dlyt_Common.cpp483 GL::SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineAlpha() function in nw::lyt::internal::GL