Home
last modified time | relevance | path

Searched refs:updaterMemory (Results 1 – 9 of 9) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_PerspectiveProjectionUpdater.cpp33 void* updaterMemory = allocator->Alloc(sizeof(PerspectiveProjectionUpdater)); in Create() local
34 NW_NULL_ASSERT(updaterMemory); in Create()
50 return new(updaterMemory) PerspectiveProjectionUpdater(allocator, true, resUpdater); in Create()
61 void* updaterMemory = allocator->Alloc(sizeof(PerspectiveProjectionUpdater)); in Create() local
62 NW_NULL_ASSERT(updaterMemory); in Create()
64 return new(updaterMemory) PerspectiveProjectionUpdater(allocator, false, resUpdater); in Create()
Dgfx_FrustumProjectionUpdater.cpp34 void* updaterMemory = allocator->Alloc(sizeof(FrustumProjectionUpdater)); in Create() local
35 NW_NULL_ASSERT(updaterMemory); in Create()
52 return new(updaterMemory) FrustumProjectionUpdater(allocator, true, resUpdater); in Create()
61 void* updaterMemory = allocator->Alloc(sizeof(FrustumProjectionUpdater)); in Create() local
62 NW_NULL_ASSERT(updaterMemory); in Create()
64 return new(updaterMemory) FrustumProjectionUpdater(allocator, false, resUpdater); in Create()
Dgfx_OrthoProjectionUpdater.cpp34 void* updaterMemory = allocator->Alloc(sizeof(OrthoProjectionUpdater)); in Create() local
35 NW_NULL_ASSERT(updaterMemory); in Create()
52 return new(updaterMemory) OrthoProjectionUpdater(allocator, true, resUpdater); in Create()
63 void* updaterMemory = allocator->Alloc(sizeof(OrthoProjectionUpdater)); in Create() local
64 NW_NULL_ASSERT(updaterMemory); in Create()
66 return new(updaterMemory) OrthoProjectionUpdater(allocator, false, resUpdater); in Create()
Dgfx_LookAtTargetViewUpdater.cpp33 void* updaterMemory = allocator->Alloc(sizeof(LookAtTargetViewUpdater)); in Create() local
34 NW_NULL_ASSERT(updaterMemory); in Create()
49 return new(updaterMemory) LookAtTargetViewUpdater(allocator, true, resUpdater); in Create()
58 void* updaterMemory = allocator->Alloc(sizeof(LookAtTargetViewUpdater)); in Create() local
59 NW_NULL_ASSERT(updaterMemory); in Create()
61 return new(updaterMemory) LookAtTargetViewUpdater(allocator, false, resUpdater); in Create()
Dgfx_RotateViewUpdater.cpp33 void* updaterMemory = allocator->Alloc(sizeof(RotateViewUpdater)); in Create() local
34 NW_NULL_ASSERT(updaterMemory); in Create()
49 return new(updaterMemory) RotateViewUpdater(allocator, true, resUpdater); in Create()
58 void* updaterMemory = allocator->Alloc(sizeof(RotateViewUpdater)); in Create() local
59 NW_NULL_ASSERT(updaterMemory); in Create()
61 return new(updaterMemory) RotateViewUpdater(allocator, false, resUpdater); in Create()
Dgfx_AimTargetViewUpdater.cpp33 void* updaterMemory = allocator->Alloc(sizeof(AimTargetViewUpdater)); in Create() local
34 NW_NULL_ASSERT(updaterMemory); in Create()
49 return new(updaterMemory) AimTargetViewUpdater(allocator, true, resUpdater); in Create()
60 void* updaterMemory = allocator->Alloc(sizeof(AimTargetViewUpdater)); in Create() local
61 NW_NULL_ASSERT(updaterMemory); in Create()
63 return new(updaterMemory) AimTargetViewUpdater(allocator, false, resUpdater); in Create()
Dgfx_WorldMatrixUpdater.cpp37 void* updaterMemory = allocator->Alloc(sizeof(WorldMatrixUpdater)); in Create() local
38 NW_NULL_ASSERT(updaterMemory); in Create()
40 return new(updaterMemory) WorldMatrixUpdater(allocator); in Create()
Dgfx_BillboardUpdater.cpp35 void* updaterMemory = allocator->Alloc(sizeof(BillboardUpdater)); in Create() local
36 NW_NULL_ASSERT(updaterMemory); in Create()
38 return new(updaterMemory) BillboardUpdater(allocator); in Create()
Dgfx_SkeletonUpdater.cpp41 void* updaterMemory = allocator->Alloc(sizeof(SkeletonUpdater)); in Create() local
42 NW_NULL_ASSERT(updaterMemory); in Create()
44 return new(updaterMemory) SkeletonUpdater(allocator); in Create()