Home
last modified time | relevance | path

Searched refs:GetAllocator (Results 1 – 25 of 33) sorted by relevance

12

/NW4C-1.2.23/include/nw/gfx/
Dgfx_AnimObject.h803 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 …]
Dgfx_GfxObject.h98 nw::os::IAllocator& GetAllocator() { return m_Allocator; } in GetAllocator() function
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_AnimObject.cpp171 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 …]
Dgfx_PerspectiveProjectionUpdater.cpp83 this->GetAllocator().Free(m_Resource.ptr()); in ~PerspectiveProjectionUpdater()
Dgfx_FrustumProjectionUpdater.cpp83 this->GetAllocator().Free(m_Resource.ptr()); in ~FrustumProjectionUpdater()
Dgfx_OrthoProjectionUpdater.cpp85 this->GetAllocator().Free(m_Resource.ptr()); in ~OrthoProjectionUpdater()
Dgfx_LookAtTargetViewUpdater.cpp79 this->GetAllocator().Free(m_Resource.ptr()); in ~LookAtTargetViewUpdater()
Dgfx_RotateViewUpdater.cpp80 this->GetAllocator().Free(m_Resource.ptr()); in ~RotateViewUpdater()
Dgfx_Light.cpp122 GetAllocator().Free(m_OriginalValue.ptr()); in DestroyOriginalValue()
Dgfx_AimTargetViewUpdater.cpp82 this->GetAllocator().Free(m_Resource.ptr()); in ~AimTargetViewUpdater()
/NW4C-1.2.23/include/nw/demo/
Ddemo_SimpleApp.h138 nw::os::IAllocator& GetAllocator() in GetAllocator() function
Ddemo_DisplayBufferSwapper.h244 nw::os::SafeFree(m_DisplayBuffers, &this->GetAllocator()); in ~DisplayBufferSwapper()
/NW4C-1.2.23/demos/lyt/archiveFont/sources/
Dmain.cpp186 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/
Dmain.cpp244 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/
Dmain.cpp217 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/
Dmain.cpp162 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/
Dmain.cpp172 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/
Dmain.cpp156 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/
Dmain.cpp157 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/
Dmain.cpp223 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/
Dmain.cpp202 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/
Dut_Signal.hi38 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/
Dmain.cpp389 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/
Dmain.cpp335 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/
Dlyt_Layout.h98 static nw::os::IAllocator* GetAllocator() in GetAllocator() function

12