Home
last modified time | relevance | path

Searched refs:GetCapacity (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_MoveArray.h361 int capacity() const { return GetCapacity(); } in capacity()
368 NW_MAX_ASSERT(source.size(), GetCapacity()); in CopyFrom()
466 int GetCapacity() const in GetCapacity() function
581 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast()
595 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast()
610 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast()
626 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast()
643 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast()
661 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast()
680 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast()
[all …]
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleModel.cpp79 resParticleSet.GetParticleCollection().GetCapacity()); in GetMemorySizeInternal()
112 pSize, resParticleSet.GetParticleCollection().GetCapacity()); in GetDeviceMemorySizeInternal()
168 resParticleSet.GetParticleCollection().GetCapacity(), in Create()
Dgfx_ParticleCollection.cpp130 const int capacity = resNode.GetCapacity(); in GetMemorySizeInternal()
303 const int capacity = resNode.GetCapacity(); in GetDeviceMemorySizeInternal()
367 const int capacity = resNode.GetCapacity(); in Create()
888 const int capacity = this->GetCapacity(); in Clear()
Dgfx_ParticleSet.cpp653 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in SetDefaultValues()
658 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in SetDefaultValues()
724 const int collectionCapacity = collection->GetCapacity(); in AddParticles()
857 const int collectionCapacity = collection->GetCapacity(); in AddParticles()
879 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in AddParticles()
884 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles()
2583 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in ParticleChildUpdater()
2794 const int collectionCapacity = collection->GetCapacity(); in UpdateParticles()
Dgfx_MeshRenderer.cpp459 streamOffset += sizeof(u16) * (collection->GetCapacity() - collection->GetCount()); in RenderParticleShape()
Dgfx_ParticleEmitter.cpp458 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in Emission()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleCollection.h144 int GetCapacity() const in GetCapacity() function
/NW4C-1.2.23/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp269 const int startIndex = (isAscendingOrder) ? 0 : collection->GetCapacity() - 1; in UserUpdater()