| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_AnimObject.h | 821 void* memory = GetAllocator().Alloc(sizeof(AnimGroup*) * maxAnimGroups); in Initialize() 828 m_AnimGroups = AnimGroupArray(memory, maxAnimGroups, &GetAllocator()); in Initialize() 831 void* memory = GetAllocator().Alloc(sizeof(AnimObject*) * animObjectCount); in Initialize() 838 m_AnimObjects = AnimObjectArray(memory, animObjectCount, &GetAllocator()); in Initialize() 1176 void* memory = GetAllocator().Alloc(sizeof(int) * maxMembers); in Initialize() 1183 m_BindIndexTable = ut::MoveArray<int>(memory, maxMembers, &GetAllocator()); in Initialize() 1187 void* memory = GetAllocator().Alloc(sizeof(int) * maxAnimMembers); in Initialize() 1194 m_ReverseBindIndexTable = ut::MoveArray<int>(memory, maxAnimMembers, &GetAllocator()); in Initialize() 1382 os::SafeFree(m_CacheBuf, &GetAllocator()); in ChangeAnim() 1388 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.3.3/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_LookAtTargetViewUpdater.cpp | 79 this->GetAllocator().Free(m_Resource.ptr()); in ~LookAtTargetViewUpdater()
|
| D | gfx_OrthoProjectionUpdater.cpp | 85 this->GetAllocator().Free(m_Resource.ptr()); in ~OrthoProjectionUpdater()
|
| D | gfx_RotateViewUpdater.cpp | 80 this->GetAllocator().Free(m_Resource.ptr()); in ~RotateViewUpdater()
|
| D | gfx_AimTargetViewUpdater.cpp | 82 this->GetAllocator().Free(m_Resource.ptr()); in ~AimTargetViewUpdater()
|
| D | gfx_Light.cpp | 122 GetAllocator().Free(m_OriginalValue.ptr()); in DestroyOriginalValue()
|
| /NW4C-1.3.3/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.3.3/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.3.3/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.3.3/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.3.3/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.3.3/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.3.3/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.3.3/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.3.3/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.3.3/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.3.3/include/nw/ut/generated/ |
| D | ut_Signal.hi | 38 AllocatorType* allocator = this->GetAllocator(); 57 AllocatorType* GetAllocator() { return m_Allocator; } 467 AllocatorType* allocator = this->GetAllocator(); 486 AllocatorType* GetAllocator() { return m_Allocator; } 898 AllocatorType* allocator = this->GetAllocator(); 917 AllocatorType* GetAllocator() { return m_Allocator; } 1330 AllocatorType* allocator = this->GetAllocator(); 1349 AllocatorType* GetAllocator() { return m_Allocator; } 1763 AllocatorType* allocator = this->GetAllocator(); 1782 AllocatorType* GetAllocator() { return m_Allocator; } [all …]
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResShader.cpp | 142 if (allocator == NULL) { allocator == CommandCacheManager::GetAllocator(); } in ResBinaryShader_Setup() 274 if (allocator == NULL) { allocator = CommandCacheManager::GetAllocator(); } in Setup()
|
| /NW4C-1.3.3/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.3.3/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()
|