Searched refs:GetCapacity (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_MoveArray.h | 376 int capacity() const { return GetCapacity(); } in capacity() 383 NW_MAX_ASSERT(source.size(), GetCapacity()); in CopyFrom() 481 int GetCapacity() const in GetCapacity() function 596 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 610 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 625 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 641 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 658 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 676 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() 695 NW_MAX_ASSERT(size(), GetCapacity()); in PushBackFast() [all …]
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleModel.cpp | 79 resParticleSet.GetParticleCollection().GetCapacity()); in GetMemorySizeInternal() 113 pSize, resParticleSet.GetParticleCollection().GetCapacity()); in GetDeviceMemorySizeInternal() 169 resParticleSet.GetParticleCollection().GetCapacity(), in Create()
|
| D | gfx_ParticleCollection.cpp | 130 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()
|
| D | gfx_ParticleSet.cpp | 653 …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() 889 const int collectionCapacity = collection->GetCapacity(); in AddParticles() 911 …const int startIndex = (isAscendingOrder)? collection->GetCount() : collection->GetCapacity() - co… in AddParticles() 916 pFreeIndex += collection->GetCapacity() - collection->GetCount() - 1; in AddParticles() 2758 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in ParticleChildUpdater() 2990 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 | 458 …getIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity() - targetColle… in Emission()
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 144 int GetCapacity() const in GetCapacity() function
|
| /NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 261 const int startIndex = (isAscendingOrder) ? 0 : collection->GetCapacity() - 1; in UserUpdater()
|