Home
last modified time | relevance | path

Searched refs:TevMode (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Types.h472 enum TevMode enum
1733 TevMode combineRgb, in Set()
1734 TevMode combineAlpha, in Set()
1783 void SetCombineRgb(TevMode value) in SetCombineRgb()
1795 void SetCombineAlpha(TevMode value) in SetCombineAlpha()
2021 TevMode GetCombineRgb() const in GetCombineRgb()
2023 return TevMode(internal::GetBits(u32(bits0), POS0_COMBINERGB, BITS_COMBINERGB)); in GetCombineRgb()
2032 TevMode GetCombineAlpha() const in GetCombineAlpha()
2034 return TevMode(internal::GetBits(u32(bits1), POS1_COMBINEALPHA, BITS_COMBINEALPHA)); in GetCombineAlpha()
Dlyt_Common.h247 static void SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value);
248 static void SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value);
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Common.cpp472 GL::SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineRgb()
481 GL::SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineAlpha()
Dlyt_Material.cpp117 internal::GL::SetTevCombineRgb(gres, i, TevMode(m_ModeRgb)); in SetTexEnv()
118 internal::GL::SetTevCombineAlpha(gres, i, TevMode(m_ModeAlpha)); in SetTexEnv()