Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Common.h244 static void SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value);
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Material.cpp118 internal::GL::SetTevCombineAlpha(gres, i, TevMode(m_ModeAlpha)); in SetTexEnv()
721 internal::GL::SetTevCombineAlpha(graphicsResource, i, tevStage.GetCombineAlpha()); in SetupGraphics()
1276 internal::GL::SetTevCombineAlpha(graphicsResource, i, TEVMODE_REPLACE); in SetupGraphics()
Dlyt_Common.cpp481 GL::SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineAlpha() function in nw::lyt::internal::GL