Searched refs:PerspectiveProjectionUpdater (Results 1 – 8 of 8) sorted by relevance
25 NW_UT_RUNTIME_TYPEINFO_DEFINITION(PerspectiveProjectionUpdater,CameraProjectionUpdater);28 PerspectiveProjectionUpdater*29 PerspectiveProjectionUpdater::Create(os::IAllocator* allocator) in Create()33 void* updaterMemory = allocator->Alloc(sizeof(PerspectiveProjectionUpdater)); in Create()50 return new(updaterMemory) PerspectiveProjectionUpdater(allocator, true, resUpdater); in Create()54 PerspectiveProjectionUpdater*55 PerspectiveProjectionUpdater::Create( in Create()61 void* updaterMemory = allocator->Alloc(sizeof(PerspectiveProjectionUpdater)); in Create()64 return new(updaterMemory) PerspectiveProjectionUpdater(allocator, false, resUpdater); in Create()68 PerspectiveProjectionUpdater::PerspectiveProjectionUpdater( in PerspectiveProjectionUpdater() function in nw::gfx::PerspectiveProjectionUpdater[all …]
193 this->m_ProjectionUpdater.Reset(PerspectiveProjectionUpdater::Create(allocator)); in Create()335 PerspectiveProjectionUpdater* persProjection = in Create()336 PerspectiveProjectionUpdater::Create(allocator, resPersProjection); in Create()
34 class PerspectiveProjectionUpdater : public CameraProjectionUpdater37 NW_DISALLOW_COPY_AND_ASSIGN(PerspectiveProjectionUpdater);53 static PerspectiveProjectionUpdater* Create(os::IAllocator* allocator);63 static PerspectiveProjectionUpdater* Create(109 PerspectiveProjectionUpdater(117 virtual ~PerspectiveProjectionUpdater();
85 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater = in CreateCamera()86 nw::gfx::PerspectiveProjectionUpdater::Create(allocator); in CreateCamera()139 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater = in CreateAimCamera()140 nw::gfx::PerspectiveProjectionUpdater::Create(allocator); in CreateAimCamera()
111 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in SmCamera()112 = nw::gfx::PerspectiveProjectionUpdater::Create(pAllocator); in SmCamera()
367 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in BuildCameras()368 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()
408 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in BuildCameras()409 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()
390 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in BuildCameras()391 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()