Searched refs:PerspectiveProjectionUpdater (Results 1 – 8 of 8) sorted by relevance
27 NW_UT_RUNTIME_TYPEINFO_DEFINITION(PerspectiveProjectionUpdater,CameraProjectionUpdater);30 PerspectiveProjectionUpdater*31 PerspectiveProjectionUpdater::Create(os::IAllocator* allocator) in Create()35 void* updaterMemory = allocator->Alloc(sizeof(PerspectiveProjectionUpdater)); in Create()52 return new(updaterMemory) PerspectiveProjectionUpdater(allocator, true, resUpdater); in Create()56 PerspectiveProjectionUpdater*57 PerspectiveProjectionUpdater::Create( in Create()63 void* updaterMemory = allocator->Alloc(sizeof(PerspectiveProjectionUpdater)); in Create()66 return new(updaterMemory) PerspectiveProjectionUpdater(allocator, false, resUpdater); in Create()70 PerspectiveProjectionUpdater::PerspectiveProjectionUpdater( in PerspectiveProjectionUpdater() function in nw::gfx::PerspectiveProjectionUpdater[all …]
196 this->m_ProjectionUpdater.Reset(PerspectiveProjectionUpdater::Create(allocator)); in Create()319 PerspectiveProjectionUpdater::GetMemorySizeInternal(&size, true); in GetMemorySize()444 PerspectiveProjectionUpdater* persProjection = in Create()445 PerspectiveProjectionUpdater::Create(allocator, resPersProjection); in Create()519 PerspectiveProjectionUpdater::GetMemorySizeInternal(&size, false); in GetMemorySizeInternal()
36 class PerspectiveProjectionUpdater : public CameraProjectionUpdater39 NW_DISALLOW_COPY_AND_ASSIGN(PerspectiveProjectionUpdater);55 static PerspectiveProjectionUpdater* Create(os::IAllocator* allocator);65 static PerspectiveProjectionUpdater* Create(76 size += sizeof(PerspectiveProjectionUpdater); in GetMemorySizeInternal()132 PerspectiveProjectionUpdater(140 virtual ~PerspectiveProjectionUpdater();
109 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater = in CreateCamera()110 nw::gfx::PerspectiveProjectionUpdater::Create(allocator); in CreateCamera()163 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater = in CreateAimCamera()164 nw::gfx::PerspectiveProjectionUpdater::Create(allocator); in CreateAimCamera()
113 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in SmCamera()114 = nw::gfx::PerspectiveProjectionUpdater::Create(pAllocator); in SmCamera()
370 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in BuildCameras()371 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()
393 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in BuildCameras()394 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()
411 nw::gfx::PerspectiveProjectionUpdater* projectionUpdater in BuildCameras()412 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()