Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h474 enum TevMode enum
1768 TevMode combineRgb, in Set()
1769 TevMode combineAlpha, in Set()
1818 void SetCombineRgb(TevMode value) in SetCombineRgb()
1830 void SetCombineAlpha(TevMode value) in SetCombineAlpha()
2056 TevMode GetCombineRgb() const in GetCombineRgb()
2058 return TevMode(internal::GetBits(u32(bits0), POS0_COMBINERGB, BITS_COMBINERGB)); in GetCombineRgb()
2067 TevMode GetCombineAlpha() const in GetCombineAlpha()
2069 return TevMode(internal::GetBits(u32(bits1), POS1_COMBINEALPHA, BITS_COMBINEALPHA)); in GetCombineAlpha()
Dlyt_Common.h249 static void SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value);
250 static void SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value);
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Common.cpp474 GL::SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineRgb()
483 GL::SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineAlpha()
Dlyt_Material.cpp119 internal::GL::SetTevCombineRgb(gres, i, TevMode(m_ModeRgb)); in SetTexEnv()
120 internal::GL::SetTevCombineAlpha(gres, i, TevMode(m_ModeAlpha)); in SetTexEnv()