Searched refs:GetCapacity (Results 1 – 8 of 8) sorted by relevance
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_MoveArray.h | 378 int capacity() const { return GetCapacity(); } in capacity() 385 NW_MAX_ASSERT(source.size(), GetCapacity()); in CopyFrom() 483 int GetCapacity() const in GetCapacity() function 598 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 612 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 627 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 643 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 660 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 678 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 697 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() [all …]
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleModel.cpp | 88 resParticleSet.GetParticleCollection().GetCapacity()); in GetMemorySizeInternal() 122 pSize, resParticleSet.GetParticleCollection().GetCapacity()); in GetDeviceMemorySizeInternal() 178 resParticleSet.GetParticleCollection().GetCapacity(), in Create()
|
| D | gfx_ParticleCollection.cpp | 129 const int capacity = resNode.GetCapacity(); in GetMemorySizeInternal() 302 const int capacity = resNode.GetCapacity(); in GetDeviceMemorySizeInternal() 366 const int capacity = resNode.GetCapacity(); in Create() 889 const int capacity = this->GetCapacity(); in Clear()
|
| D | gfx_ParticleSet.cpp | 666 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in SetDefaultValues() 671 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in SetDefaultValues() 738 const int collectionCapacity = collection->GetCapacity(); in AddParticles() 903 const int collectionCapacity = collection->GetCapacity(); in AddParticles() 925 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in AddParticles() 930 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles() 2783 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in ParticleChildUpdater() 3073 const int collectionCapacity = collection->GetCapacity(); in UpdateParticles()
|
| D | gfx_MeshRenderer.cpp | 457 streamOffset += sizeof(u16) * (collection->GetCapacity() - collection->GetCount()); in RenderParticleShape()
|
| D | gfx_ParticleEmitter.cpp | 460 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in Emission()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 152 int GetCapacity() const in GetCapacity() function
|
| /NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 263 const int startIndex = (isAscendingOrder) ? 0 : collection->GetCapacity() - 1; in UserUpdater()
|