Searched refs:OrthoProjectionUpdater (Results 1 – 4 of 4) sorted by relevance
26 NW_UT_RUNTIME_TYPEINFO_DEFINITION(OrthoProjectionUpdater,CameraProjectionUpdater);29 OrthoProjectionUpdater*30 OrthoProjectionUpdater::Create(os::IAllocator* allocator) in Create()34 void* updaterMemory = allocator->Alloc(sizeof(OrthoProjectionUpdater)); in Create()52 return new(updaterMemory) OrthoProjectionUpdater(allocator, true, resUpdater); in Create()56 OrthoProjectionUpdater*57 OrthoProjectionUpdater::Create( in Create()63 void* updaterMemory = allocator->Alloc(sizeof(OrthoProjectionUpdater)); in Create()66 return new(updaterMemory) OrthoProjectionUpdater(allocator, false, resUpdater); in Create()70 OrthoProjectionUpdater::OrthoProjectionUpdater( in OrthoProjectionUpdater() function in nw::gfx::OrthoProjectionUpdater[all …]
350 …OrthoProjectionUpdater* orthoProjection = OrthoProjectionUpdater::Create(allocator, resOrthoProjec… in Create()
34 class OrthoProjectionUpdater : public CameraProjectionUpdater37 NW_DISALLOW_COPY_AND_ASSIGN(OrthoProjectionUpdater);53 static OrthoProjectionUpdater* Create(os::IAllocator* allocator);63 static OrthoProjectionUpdater* Create(108 OrthoProjectionUpdater(116 virtual ~OrthoProjectionUpdater();
252 nw::gfx::OrthoProjectionUpdater* projectionUpdater = in CreateOrthoCamera()253 nw::gfx::OrthoProjectionUpdater::Create(allocator); in CreateOrthoCamera()