Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Common.h247 static void SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value);
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Material.cpp117 internal::GL::SetTevCombineRgb(gres, i, TevMode(m_ModeRgb)); in SetTexEnv()
719 internal::GL::SetTevCombineRgb(graphicsResource, i, tevStage.GetCombineRgb()); in SetupGraphics()
1275 internal::GL::SetTevCombineRgb(graphicsResource, i, TEVMODE_REPLACE); in SetupGraphics()
Dlyt_Common.cpp472 GL::SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineRgb() function in nw::lyt::internal::GL