Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Common.h249 …static void SetTevSrcRgb(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc valu…
250 …static void SetTevSrcAlpha(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc va…
251 …static void SetTevOperandRgb(GraphicsResource& graphicsResource, int index, TevOpRgb value0, TevOp…
252 …static void SetTevOperandAlpha(GraphicsResource& graphicsResource, int index, TevOpAlp value0, Tev…
256 …static void SetTevConstRgba(GraphicsResource& graphicsResource, int index, ut::Color8 value0, ut::…
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Common.cpp507 GL::SetTevSrcRgb(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, TevSr… in SetTevSrcRgb() argument
511 GLint ivec[3] = { tevSrc[value0], tevSrc[value1], tevSrc[value2] }; in SetTevSrcRgb()
517 GL::SetTevSrcAlpha(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, Tev… in SetTevSrcAlpha() argument
521 GLint ivec[3] = { tevSrc[value0], tevSrc[value1], tevSrc[value2] }; in SetTevSrcAlpha()
527 GL::SetTevOperandRgb(GraphicsResource& graphicsResource, int index, TevOpRgb value0, TevOpRgb value… in SetTevOperandRgb() argument
554 GLint ivec[3] = { tevOpRgb[value0], tevOpRgb[value1], tevOpRgb[value2] }; in SetTevOperandRgb()
560 GL::SetTevOperandAlpha(GraphicsResource& graphicsResource, int index, TevOpAlp value0, TevOpAlp val… in SetTevOperandAlpha() argument
585 GLint ivec[3] = { tevOpAlp[value0], tevOpAlp[value1], tevOpAlp[value2] }; in SetTevOperandAlpha()
632 GL::SetTevConstRgba(GraphicsResource& graphicsResource, int index, nw::ut::Color8 value0, nw::ut::C… in SetTevConstRgba() argument
636 ColorU8ToFloat(value0.r), in SetTevConstRgba()
[all …]
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp1716 register s32 value0 = fkeyUpdater.GetValue0(); in ParticleFloatImmediate4KeyUpdater() local
1740 value = value2 * difftime / lifeParam + value0; in ParticleFloatImmediate4KeyUpdater()
1742 value = value2 * ftime.GetFloat32Value() + value0; in ParticleFloatImmediate4KeyUpdater()
1779 value = value2 * difftime / life[index] + value0; in ParticleFloatImmediate4KeyUpdater()
1781 value = value2 * ftime.GetFloat32Value() + value0; in ParticleFloatImmediate4KeyUpdater()
1827 math::VEC3 value0 = fkeyUpdater.GetValue0(); in ParticleVector3Immediate4KeyUpdater() local
1851 value = value2 * difftime / lifeParam + value0; in ParticleVector3Immediate4KeyUpdater()
1853 value = value2 * ftime.GetFloat32Value() + value0; in ParticleVector3Immediate4KeyUpdater()
1891 value = value2 * difftime / life[index] + value0; in ParticleVector3Immediate4KeyUpdater()
1893 value = value2 * ftime.GetFloat32Value() + value0; in ParticleVector3Immediate4KeyUpdater()