Searched refs:GetVertexAttributesCount (Results 1 – 7 of 7) sorted by relevance
200 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Setup()361 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Cleanup()428 int attributesCount = this->GetVertexAttributesCount(); in GetVertexCount()
63 s32 vtxAttrNum = shape->GetVertexAttributesCount(); in SetupParticleVertexAttributeCommand()99 for (s32 i = 0; i < shape->GetVertexAttributesCount(); ++i) in SetupParticleVertexAttributeCommand()145 for (s32 i = 0; i < shape->GetVertexAttributesCount(); ++i) in SetupParticleVertexAttributeCommand()207 s32 vtxAttrNum = shape->GetVertexAttributesCount(); in SetupDeactivateParticleVertexAttributeCommand()714 for (s32 i = 0; i < this->GetVertexAttributesCount(); ++i) in FlushBuffer()
165 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupActivateVertexAttributeCommandSize_()201 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupDeactivateVertexAttributeCommandSize_()298 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupActivateVertexAttributeCommand_()534 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupDeactivateVertexAttributeCommand_()
468 for (int index = 0; index < particleShape->GetVertexAttributesCount(); ++index) in RenderParticleShape()
949 for (int i = 0; i < this->m_ParticleShape->GetVertexAttributesCount(); ++i) in SetParameter()
525 if (m_Shape.GetVertexAttributesCount() > m_IndexOnShape)
173 int GetVertexAttributesCount() const in GetVertexAttributesCount() function