Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResShader.h214 s32* pValue = this->GetValueS32(); in SetValue() local
215 *pValue = value ? 1 : 0; in SetValue()
226 f32* pValue = this->GetValueF32(); in SetValue() local
227 *pValue = x; in SetValue()
239 f32* pValue = this->GetValueF32(); in SetValue() local
240 *pValue++ = x; in SetValue()
241 *pValue = y; in SetValue()
269 f32* pValue = this->GetValueF32(); in SetValue() local
270 *pValue = x; ++pValue; in SetValue()
271 *pValue = y; ++pValue; in SetValue()
[all …]