Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h304 f32* fdata = this->GetVertexParameter(index); in SetVertexParameter() local
310 fdata[j] = ptr[j]; in SetVertexParameter()
311 data[j] = ut::Float24::Float32ToBits24(fdata[j]); in SetVertexParameter()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp446 f32* fdata = param.GetAttribute(); in SetupActivateVertexAttributeCommand_() local
450 data[j] = ut::Float24::Float32ToBits24( fdata[j] ); in SetupActivateVertexAttributeCommand_()
Dgfx_ParticleShape.cpp159 f32* fdata = shape->GetVertexParameter(i); in SetupParticleVertexAttributeCommand() local
163 data[j] = ut::Float24::Float32ToBits24(fdata[j]); in SetupParticleVertexAttributeCommand()