Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Types.h472 enum TevMode enum
1728 TevMode combineRgb, in Set()
1729 TevMode combineAlpha, in Set()
1778 void SetCombineRgb(TevMode value) in SetCombineRgb()
1790 void SetCombineAlpha(TevMode value) in SetCombineAlpha()
2016 TevMode GetCombineRgb() const in GetCombineRgb()
2018 return TevMode(internal::GetBits(u32(bits0), POS0_COMBINERGB, BITS_COMBINERGB)); in GetCombineRgb()
2027 TevMode GetCombineAlpha() const in GetCombineAlpha()
2029 return TevMode(internal::GetBits(u32(bits1), POS1_COMBINEALPHA, BITS_COMBINEALPHA)); in GetCombineAlpha()
Dlyt_Common.h243 static void SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value);
244 static void SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value);
/NW4C-1.2.23/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()