| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_AnimGroup.cpp | 133 void* memory = GetAllocator().Alloc(sizeof(anim::AnimBlendOp*) * blendOpCount); in Initialize() 141 … m_BlendOperations = ut::MoveArray<anim::AnimBlendOp*>(memory, blendOpCount, &GetAllocator()); in Initialize() 153 void* memory = GetAllocator().Alloc(sizeof(int) * memberCount); in Initialize() 160 m_TargetObjectIndicies = ut::MoveArray<int>(memory, memberCount, &GetAllocator()); in Initialize() 165 void* memory = GetAllocator().Alloc(sizeof(void*) * memberCount); in Initialize() 172 m_TargetObjects = ut::MoveArray<void*>(memory, memberCount, &GetAllocator()); in Initialize() 177 void* memory = GetAllocator().Alloc(sizeof(void*) * memberCount); in Initialize() 184 m_TargetPtrs = ut::MoveArray<void*>(memory, memberCount, &GetAllocator()); in Initialize() 190 void* memory = GetAllocator().Alloc(sizeof(void*) * memberCount); in Initialize() 197 m_OriginalValues = ut::MoveArray<const void*>(memory, memberCount, &GetAllocator()); in Initialize()
|
| D | gfx_AnimEvaluator.cpp | 109 void* memory = GetAllocator().Alloc(sizeof(anim::AnimResult*) * maxAnimMembers); in Initialize() 116 m_CachePtrs = ut::MoveArray<anim::AnimResult*>(memory, maxAnimMembers, &GetAllocator()); in Initialize() 125 m_CacheBuf = GetAllocator().Alloc(GetCacheBufferSizeNeeded()); in Initialize()
|
| D | gfx_PerspectiveProjectionUpdater.cpp | 85 this->GetAllocator().Free(m_Resource.ptr()); in ~PerspectiveProjectionUpdater()
|
| D | gfx_LookAtTargetViewUpdater.cpp | 81 this->GetAllocator().Free(m_Resource.ptr()); in ~LookAtTargetViewUpdater()
|
| D | gfx_FrustumProjectionUpdater.cpp | 85 this->GetAllocator().Free(m_Resource.ptr()); in ~FrustumProjectionUpdater()
|
| D | gfx_RotateViewUpdater.cpp | 82 this->GetAllocator().Free(m_Resource.ptr()); in ~RotateViewUpdater()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_AnimInterpolator.h | 242 void* memory = GetAllocator().Alloc(sizeof(float) * maxAnimObjects); in Initialize() 249 m_Weights = ut::MoveArray<float>(memory, maxAnimObjects, &GetAllocator()); in Initialize() 257 void* memory = GetAllocator().Alloc(sizeof(float) * maxAnimObjects); in Initialize() 264 m_NormalizedWeights = ut::MoveArray<float>(memory, maxAnimObjects, &GetAllocator()); in Initialize()
|
| D | gfx_AnimBinding.h | 350 void* memory = GetAllocator().Alloc(sizeof(AnimGroup*) * maxAnimGroups); in Initialize() 357 m_AnimGroups = AnimGroupArray(memory, maxAnimGroups, &GetAllocator()); in Initialize() 360 void* memory = GetAllocator().Alloc(sizeof(AnimObject*) * animObjectCount); in Initialize() 367 m_AnimObjects = AnimObjectArray(memory, animObjectCount, &GetAllocator()); in Initialize()
|
| D | gfx_BaseAnimEvaluator.h | 338 void* memory = GetAllocator().Alloc(sizeof(int) * maxMembers); in Initialize() 345 m_BindIndexTable = ut::MoveArray<int>(memory, maxMembers, &GetAllocator()); in Initialize() 349 void* memory = GetAllocator().Alloc(sizeof(int) * maxAnimMembers); in Initialize() 356 m_ReverseBindIndexTable = ut::MoveArray<int>(memory, maxAnimMembers, &GetAllocator()); in Initialize()
|
| D | gfx_SharedAnimCache.h | 127 m_CacheBuf = GetAllocator().Alloc(cacheBufferSize); in AllocBuffer() 148 os::SafeFree(m_CacheBuf, &GetAllocator()); in DestroyCache()
|
| D | gfx_AnimBlender.h | 237 void* memory = GetAllocator().Alloc(sizeof(AnimObject*) * maxAnimObjects); in Initialize() 245 m_AnimObjects = AnimObjectArray(memory, maxAnimObjects, &GetAllocator()); in Initialize()
|
| D | gfx_AnimAdder.h | 190 void* memory = GetAllocator().Alloc(sizeof(float) * maxAnimObjects); in Initialize() 197 m_Weights = ut::MoveArray<float>(memory, maxAnimObjects, &GetAllocator()); in Initialize()
|
| D | gfx_AnimEvaluator.h | 161 os::SafeFree(m_CacheBuf, &GetAllocator()); in ChangeAnim() 167 m_CacheBuf = GetAllocator().Alloc(GetCacheBufferSizeNeeded()); in ChangeAnim() 312 GetAllocator().Free(m_CacheBuf); in ~AnimEvaluator()
|
| D | gfx_TransformAnimEvaluator.h | 400 void* memory = GetAllocator().Alloc(sizeof(CalculatedTransform) * maxAnimMembers); in Initialize() 407 … m_CacheTransforms = ut::MoveArray<CalculatedTransform>(memory, maxAnimMembers, &GetAllocator()); in Initialize()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_SimpleApp.h | 140 nw::os::IAllocator& GetAllocator() in GetAllocator() function
|
| /NW4C-2.0.3/demos/lyt/simple/sources/ |
| D | main.cpp | 246 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 293 if (!file.Read(resourcePath, demoApp.GetAllocator())) in nnMain()
|
| /NW4C-2.0.3/demos/lyt/texVram/sources/ |
| D | main.cpp | 212 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 251 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/extUserData/sources/ |
| D | main.cpp | 219 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 263 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/locationAdjust/sources/ |
| D | main.cpp | 174 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 210 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/archiveFont/sources/ |
| D | main.cpp | 188 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 231 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/multiArc/sources/ |
| D | main.cpp | 164 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 217 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/perspective/sources/ |
| D | main.cpp | 225 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 273 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/group/sources/ |
| D | main.cpp | 159 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 195 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/simple2/sources/ |
| D | main.cpp | 158 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 256 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/bounding/sources/ |
| D | main.cpp | 204 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 277 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|