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()316 PerspectiveProjectionUpdater::GetMemorySizeInternal(&size, true); in GetMemorySize()441 PerspectiveProjectionUpdater* persProjection = in Create()442 PerspectiveProjectionUpdater::Create(allocator, resPersProjection); in Create()516 PerspectiveProjectionUpdater::GetMemorySizeInternal(&size, false); in GetMemorySizeInternal()
34 class PerspectiveProjectionUpdater : public CameraProjectionUpdater37 NW_DISALLOW_COPY_AND_ASSIGN(PerspectiveProjectionUpdater);53 static PerspectiveProjectionUpdater* Create(os::IAllocator* allocator);63 static PerspectiveProjectionUpdater* Create(74 size += sizeof(PerspectiveProjectionUpdater); in GetMemorySizeInternal()130 PerspectiveProjectionUpdater(138 virtual ~PerspectiveProjectionUpdater();
107 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater = in CreateCamera()108 nw::gfx::PerspectiveProjectionUpdater::Create(allocator); in CreateCamera()161 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater = in CreateAimCamera()162 nw::gfx::PerspectiveProjectionUpdater::Create(allocator); in CreateAimCamera()
111 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in SmCamera()112 = nw::gfx::PerspectiveProjectionUpdater::Create(pAllocator); in SmCamera()
368 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in BuildCameras()369 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()
409 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in BuildCameras()410 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()
391 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in BuildCameras()392 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()