Searched refs:GetValueF32 (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_ShaderProgram.h | 409 glUniform1fv(location, 1, parameter.GetValueF32()); in SetUserUniform() 413 glUniform2fv(location, 1, parameter.GetValueF32()); in SetUserUniform() 417 glUniform3fv(location, 1, parameter.GetValueF32()); in SetUserUniform() 421 glUniform4fv(location, 1, parameter.GetValueF32()); in SetUserUniform() 439 internal::NWSetVertexUniform1fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform() 443 internal::NWSetVertexUniform2fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform() 447 internal::NWSetVertexUniform3fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform() 451 internal::NWSetVertexUniform4fv(index, 1, parameter.GetValueF32()); in SetUserVertexUniform() 468 internal::NWSetGeometryUniform1fv(index, 1, parameter.GetValueF32()); in SetUserGeometryUniform() 472 internal::NWSetGeometryUniform2fv(index, 1, parameter.GetValueF32()); in SetUserGeometryUniform() [all …]
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResShader.h | 164 const f32* GetValueF32() const { return &ref().m_Value[0]; } in NW_RES_FIELD_PRIMITIVE_DECL() 174 f32* GetValueF32() { return &ref().m_Value[0]; } in GetValueF32() function 223 f32* pValue = this->GetValueF32(); in SetValue() 236 f32* pValue = this->GetValueF32(); in SetValue() 249 f32* pDstValue = this->GetValueF32(); in SetValue() 266 f32* pValue = this->GetValueF32(); in SetValue() 280 f32* pDstValue = this->GetValueF32(); in SetValue() 299 f32* pValue = this->GetValueF32(); in SetValue() 314 f32* pDstValue = this->GetValueF32(); in SetValue()
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_WaveSoundFile.cpp | 187 bool result = optionParameter.GetValueF32( &value, WAVE_SOUND_INFO_PITCH ); in GetPitch() 294 bool result = optionParameter.GetValueF32( &value, NOTE_INFO_PITCH ); in GetPitch()
|
| D | snd_BankFile.cpp | 333 bool result = optionParameter.GetValueF32( &value, VELOCITY_REGION_PITCH ); in GetPitch()
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_Util.h | 291 bool GetValueF32( f32* value, u32 bitNumber ) const in GetValueF32() function
|