Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderProgram.h410 glUniform1fv(location, 1, parameter.GetValueF32()); in SetUserUniform()
414 glUniform2fv(location, 1, parameter.GetValueF32()); in SetUserUniform()
418 glUniform3fv(location, 1, parameter.GetValueF32()); in SetUserUniform()
422 glUniform4fv(location, 1, parameter.GetValueF32()); in SetUserUniform()
440 internal::NWSetVertexUniform1fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform()
444 internal::NWSetVertexUniform2fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform()
448 internal::NWSetVertexUniform3fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform()
452 internal::NWSetVertexUniform4fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform()
469 internal::NWSetGeometryUniform1fv(index, 1, parameter.GetValueF32()); in SetUserGeometryUniform()
473 internal::NWSetGeometryUniform2fv(index, 1, parameter.GetValueF32()); in SetUserGeometryUniform()
[all …]
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResShader.h165 const f32* GetValueF32() const { return &ref().m_Value[0]; } in NW_RES_FIELD_PRIMITIVE_DECL()
175 f32* GetValueF32() { return &ref().m_Value[0]; } in GetValueF32() function
224 f32* pValue = this->GetValueF32(); in SetValue()
237 f32* pValue = this->GetValueF32(); in SetValue()
250 f32* pDstValue = this->GetValueF32(); in SetValue()
267 f32* pValue = this->GetValueF32(); in SetValue()
281 f32* pDstValue = this->GetValueF32(); in SetValue()
300 f32* pValue = this->GetValueF32(); in SetValue()
315 f32* pDstValue = this->GetValueF32(); in SetValue()
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_WaveSoundFile.cpp187 bool result = optionParameter.GetValueF32( &value, WAVE_SOUND_INFO_PITCH ); in GetPitch()
294 bool result = optionParameter.GetValueF32( &value, NOTE_INFO_PITCH ); in GetPitch()
Dsnd_BankFile.cpp333 bool result = optionParameter.GetValueF32( &value, VELOCITY_REGION_PITCH ); in GetPitch()
/NW4C-1.3.3/include/nw/snd/
Dsnd_Util.h295 bool GetValueF32( f32* value, u32 bitNumber ) const in GetValueF32() function