Searched refs:GetValueF32 (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ShaderProgram.h | 412 glUniform1fv(location, 1, parameter.GetValueF32()); in SetUserUniform() 416 glUniform2fv(location, 1, parameter.GetValueF32()); in SetUserUniform() 420 glUniform3fv(location, 1, parameter.GetValueF32()); in SetUserUniform() 424 glUniform4fv(location, 1, parameter.GetValueF32()); in SetUserUniform() 442 internal::NWSetVertexUniform1fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform() 446 internal::NWSetVertexUniform2fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform() 450 internal::NWSetVertexUniform3fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform() 454 internal::NWSetVertexUniform4fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform() 471 internal::NWSetGeometryUniform1fv(index, 1, parameter.GetValueF32()); in SetUserGeometryUniform() 475 internal::NWSetGeometryUniform2fv(index, 1, parameter.GetValueF32()); in SetUserGeometryUniform() [all …]
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResShader.h | 167 const f32* GetValueF32() const { return &ref().m_Value[0]; } in NW_RES_FIELD_PRIMITIVE_DECL() 177 f32* GetValueF32() { return &ref().m_Value[0]; } in GetValueF32() function 226 f32* pValue = this->GetValueF32(); in SetValue() 239 f32* pValue = this->GetValueF32(); in SetValue() 252 f32* pDstValue = this->GetValueF32(); in SetValue() 269 f32* pValue = this->GetValueF32(); in SetValue() 283 f32* pDstValue = this->GetValueF32(); in SetValue() 302 f32* pValue = this->GetValueF32(); in SetValue() 317 f32* pDstValue = this->GetValueF32(); in SetValue()
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_WaveSoundFile.cpp | 189 bool result = optionParameter.GetValueF32( &value, WAVE_SOUND_INFO_PITCH ); in GetPitch() 296 bool result = optionParameter.GetValueF32( &value, NOTE_INFO_PITCH ); in GetPitch()
|
| D | snd_BankFile.cpp | 335 bool result = optionParameter.GetValueF32( &value, VELOCITY_REGION_PITCH ); in GetPitch()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_Util.h | 297 bool GetValueF32( f32* value, u32 bitNumber ) const in GetValueF32() function
|