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 …]
456 …OrthoProjectionUpdater* orthoProjection = OrthoProjectionUpdater::Create(allocator, resOrthoProjec… in Create()524 OrthoProjectionUpdater::GetMemorySizeInternal(&size, false); in GetMemorySizeInternal()
34 class OrthoProjectionUpdater : public CameraProjectionUpdater37 NW_DISALLOW_COPY_AND_ASSIGN(OrthoProjectionUpdater);53 static OrthoProjectionUpdater* Create(os::IAllocator* allocator);63 static OrthoProjectionUpdater* Create(74 size += sizeof(OrthoProjectionUpdater); in GetMemorySizeInternal()129 OrthoProjectionUpdater(137 virtual ~OrthoProjectionUpdater();
274 nw::gfx::OrthoProjectionUpdater* projectionUpdater = in CreateOrthoCamera()275 nw::gfx::OrthoProjectionUpdater::Create(allocator); in CreateOrthoCamera()