Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Common.h249 static void SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value);
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Material.cpp119 internal::GL::SetTevCombineRgb(gres, i, TevMode(m_ModeRgb)); in SetTexEnv()
721 internal::GL::SetTevCombineRgb(graphicsResource, i, tevStage.GetCombineRgb()); in SetupGraphics()
1277 internal::GL::SetTevCombineRgb(graphicsResource, i, TEVMODE_REPLACE); in SetupGraphics()
Dlyt_Common.cpp474 GL::SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineRgb() function in nw::lyt::internal::GL