Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleShape.h302 f32* fdata = this->GetVertexParameter(index); in SetVertexParameter() local
308 fdata[j] = ptr[j]; in SetVertexParameter()
309 data[j] = ut::Float24::Float32ToBits24(fdata[j]); in SetVertexParameter()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp444 f32* fdata = param.GetAttribute(); in SetupActivateVertexAttributeCommand_() local
448 data[j] = ut::Float24::Float32ToBits24( fdata[j] ); in SetupActivateVertexAttributeCommand_()
Dgfx_ParticleShape.cpp157 f32* fdata = shape->GetVertexParameter(i); in SetupParticleVertexAttributeCommand() local
161 data[j] = ut::Float24::Float32ToBits24(fdata[j]); in SetupParticleVertexAttributeCommand()