Home
last modified time | relevance | path

Searched refs:GetVertexAttributesCount (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp61 s32 vtxAttrNum = shape->GetVertexAttributesCount(); in SetupParticleVertexAttributeCommand()
97 for (s32 i = 0; i < shape->GetVertexAttributesCount(); ++i) in SetupParticleVertexAttributeCommand()
143 for (s32 i = 0; i < shape->GetVertexAttributesCount(); ++i) in SetupParticleVertexAttributeCommand()
205 s32 vtxAttrNum = shape->GetVertexAttributesCount(); in SetupDeactivateParticleVertexAttributeCommand()
712 for (s32 i = 0; i < this->GetVertexAttributesCount(); ++i) in FlushBuffer()
Dgfx_ActivateCommand.cpp188 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupActivateVertexAttributeCommand_()
418 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupDeactivateVertexAttributeCommand_()
Dgfx_MeshRenderer.cpp470 for (int index = 0; index < particleShape->GetVertexAttributesCount(); ++index) in RenderParticleShape()
Dgfx_ParticleCollection.cpp948 for (int i = 0; i < this->m_ParticleShape->GetVertexAttributesCount(); ++i) in SetParameter()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShape.cpp198 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Setup()
330 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Cleanup()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResShape.h490 if (m_Shape.GetVertexAttributesCount() > m_IndexOnShape)
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h171 int GetVertexAttributesCount() const in GetVertexAttributesCount() function