Searched refs:GetVertexAttributesCount (Results 1 – 7 of 7) sorted by relevance
61 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()
163 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupActivateVertexAttributeCommandSize_()199 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupDeactivateVertexAttributeCommandSize_()296 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupActivateVertexAttributeCommand_()532 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupDeactivateVertexAttributeCommand_()
468 for (int index = 0; index < particleShape->GetVertexAttributesCount(); ++index) in RenderParticleShape()
948 for (int i = 0; i < this->m_ParticleShape->GetVertexAttributesCount(); ++i) in SetParameter()
199 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Setup()360 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Cleanup()
520 if (m_Shape.GetVertexAttributesCount() > m_IndexOnShape)
171 int GetVertexAttributesCount() const in GetVertexAttributesCount() function