| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_AnimObject.h | 803 void* memory = GetAllocator().Alloc(sizeof(AnimGroup*) * maxAnimGroups); in Initialize() 810 m_AnimGroups = AnimGroupArray(memory, maxAnimGroups, &GetAllocator()); in Initialize() 813 void* memory = GetAllocator().Alloc(sizeof(AnimObject*) * animObjectCount); in Initialize() 820 m_AnimObjects = AnimObjectArray(memory, animObjectCount, &GetAllocator()); in Initialize() 1158 void* memory = GetAllocator().Alloc(sizeof(int) * maxMembers); in Initialize() 1165 m_BindIndexTable = ut::MoveArray<int>(memory, maxMembers, &GetAllocator()); in Initialize() 1169 void* memory = GetAllocator().Alloc(sizeof(int) * maxAnimMembers); in Initialize() 1176 m_ReverseBindIndexTable = ut::MoveArray<int>(memory, maxAnimMembers, &GetAllocator()); in Initialize() 1363 os::SafeFree(m_CacheBuf, &GetAllocator()); in ChangeAnim() 1369 m_CacheBuf = GetAllocator().Alloc(GetCacheBufferSizeNeeded()); in ChangeAnim() [all …]
|
| D | gfx_GfxObject.h | 98 nw::os::IAllocator& GetAllocator() { return m_Allocator; } in GetAllocator() function
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_AnimObject.cpp | 171 void* memory = GetAllocator().Alloc(sizeof(anim::AnimBlendOp*) * blendOpCount); in Initialize() 179 … m_BlendOperations = ut::MoveArray<anim::AnimBlendOp*>(memory, blendOpCount, &GetAllocator()); in Initialize() 191 void* memory = GetAllocator().Alloc(sizeof(int) * memberCount); in Initialize() 198 m_TargetObjectIndicies = ut::MoveArray<int>(memory, memberCount, &GetAllocator()); in Initialize() 203 void* memory = GetAllocator().Alloc(sizeof(void*) * memberCount); in Initialize() 210 m_TargetObjects = ut::MoveArray<void*>(memory, memberCount, &GetAllocator()); in Initialize() 215 void* memory = GetAllocator().Alloc(sizeof(void*) * memberCount); in Initialize() 222 m_TargetPtrs = ut::MoveArray<void*>(memory, memberCount, &GetAllocator()); in Initialize() 228 void* memory = GetAllocator().Alloc(sizeof(void*) * memberCount); in Initialize() 235 m_OriginalValues = ut::MoveArray<const void*>(memory, memberCount, &GetAllocator()); in Initialize() [all …]
|
| D | gfx_PerspectiveProjectionUpdater.cpp | 83 this->GetAllocator().Free(m_Resource.ptr()); in ~PerspectiveProjectionUpdater()
|
| D | gfx_FrustumProjectionUpdater.cpp | 83 this->GetAllocator().Free(m_Resource.ptr()); in ~FrustumProjectionUpdater()
|
| D | gfx_OrthoProjectionUpdater.cpp | 85 this->GetAllocator().Free(m_Resource.ptr()); in ~OrthoProjectionUpdater()
|
| D | gfx_LookAtTargetViewUpdater.cpp | 79 this->GetAllocator().Free(m_Resource.ptr()); in ~LookAtTargetViewUpdater()
|
| D | gfx_RotateViewUpdater.cpp | 80 this->GetAllocator().Free(m_Resource.ptr()); in ~RotateViewUpdater()
|
| D | gfx_Light.cpp | 122 GetAllocator().Free(m_OriginalValue.ptr()); in DestroyOriginalValue()
|
| D | gfx_AimTargetViewUpdater.cpp | 82 this->GetAllocator().Free(m_Resource.ptr()); in ~AimTargetViewUpdater()
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_SimpleApp.h | 138 nw::os::IAllocator& GetAllocator() in GetAllocator() function
|
| D | demo_DisplayBufferSwapper.h | 244 nw::os::SafeFree(m_DisplayBuffers, &this->GetAllocator()); in ~DisplayBufferSwapper()
|
| /NW4C-1.2.23/demos/lyt/archiveFont/sources/ |
| D | main.cpp | 186 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 229 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/simple/sources/ |
| D | main.cpp | 244 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 291 if (!file.Read(resourcePath, demoApp.GetAllocator())) in nnMain()
|
| /NW4C-1.2.23/demos/lyt/extUserData/sources/ |
| D | main.cpp | 217 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 261 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/multiArc/sources/ |
| D | main.cpp | 162 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 215 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/locationAdjust/sources/ |
| D | main.cpp | 172 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 208 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/simple2/sources/ |
| D | main.cpp | 156 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 254 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/group/sources/ |
| D | main.cpp | 157 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 193 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/perspective/sources/ |
| D | main.cpp | 223 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 271 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/bounding/sources/ |
| D | main.cpp | 202 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 275 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/include/nw/ut/generated/ |
| D | ut_Signal.hi | 38 AllocatorType* allocator = this->GetAllocator(); 57 AllocatorType* GetAllocator() { return m_Allocator; } 444 AllocatorType* allocator = this->GetAllocator(); 463 AllocatorType* GetAllocator() { return m_Allocator; } 852 AllocatorType* allocator = this->GetAllocator(); 871 AllocatorType* GetAllocator() { return m_Allocator; } 1261 AllocatorType* allocator = this->GetAllocator(); 1280 AllocatorType* GetAllocator() { return m_Allocator; } 1671 AllocatorType* allocator = this->GetAllocator(); 1690 AllocatorType* GetAllocator() { return m_Allocator; } [all …]
|
| /NW4C-1.2.23/demos/lyt/animShare/sources/ |
| D | main.cpp | 389 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 448 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 335 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain() 419 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Layout.h | 98 static nw::os::IAllocator* GetAllocator() in GetAllocator() function
|