Searched refs:value2 (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_Common.h | 249 …SrcRgb(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, TevSrc value2); 250 …cAlpha(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, TevSrc value2); 251 …(GraphicsResource& graphicsResource, int index, TevOpRgb value0, TevOpRgb value1, TevOpRgb value2); 252 …(GraphicsResource& graphicsResource, int index, TevOpAlp value0, TevOpAlp value1, TevOpAlp value2);
|
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Common.cpp | 507 …vSrcRgb(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, TevSrc value2) in SetTevSrcRgb() argument 511 GLint ivec[3] = { tevSrc[value0], tevSrc[value1], tevSrc[value2] }; in SetTevSrcRgb() 517 …rcAlpha(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, TevSrc value2) in SetTevSrcAlpha() argument 521 GLint ivec[3] = { tevSrc[value0], tevSrc[value1], tevSrc[value2] }; in SetTevSrcAlpha() 527 …b(GraphicsResource& graphicsResource, int index, TevOpRgb value0, TevOpRgb value1, TevOpRgb value2) in SetTevOperandRgb() argument 554 GLint ivec[3] = { tevOpRgb[value0], tevOpRgb[value1], tevOpRgb[value2] }; in SetTevOperandRgb() 560 …a(GraphicsResource& graphicsResource, int index, TevOpAlp value0, TevOpAlp value1, TevOpAlp value2) in SetTevOperandAlpha() argument 585 GLint ivec[3] = { tevOpAlp[value0], tevOpAlp[value1], tevOpAlp[value2] }; in SetTevOperandAlpha()
|
| /NW4C-1.3.3/include/nw/gfx/res/ |
| D | gfx_ResTextureMapper.h | 155 u32 value2 = table2[value]; in SetMinFilter() local 156 internal::SetCmdValue( &command.second[CMD_INDEX], value2, CMD_MASK2, CMD_SHIFT2 ); in SetMinFilter()
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleSet.cpp | 1718 register s32 value2 = fkeyUpdater.GetValue2(); 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() 1829 math::VEC3 value2 = fkeyUpdater.GetValue2(); 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()
|