Searched refs:OrthoProjectionUpdater (Results 1 – 4 of 4) sorted by relevance
28 NW_UT_RUNTIME_TYPEINFO_DEFINITION(OrthoProjectionUpdater,CameraProjectionUpdater);31 OrthoProjectionUpdater*32 OrthoProjectionUpdater::Create(os::IAllocator* allocator) in Create()36 void* updaterMemory = allocator->Alloc(sizeof(OrthoProjectionUpdater)); in Create()54 return new(updaterMemory) OrthoProjectionUpdater(allocator, true, resUpdater); in Create()58 OrthoProjectionUpdater*59 OrthoProjectionUpdater::Create( in Create()65 void* updaterMemory = allocator->Alloc(sizeof(OrthoProjectionUpdater)); in Create()68 return new(updaterMemory) OrthoProjectionUpdater(allocator, false, resUpdater); in Create()72 OrthoProjectionUpdater::OrthoProjectionUpdater( in OrthoProjectionUpdater() function in nw::gfx::OrthoProjectionUpdater[all …]
459 …OrthoProjectionUpdater* orthoProjection = OrthoProjectionUpdater::Create(allocator, resOrthoProjec… in Create()527 OrthoProjectionUpdater::GetMemorySizeInternal(&size, false); in GetMemorySizeInternal()
36 class OrthoProjectionUpdater : public CameraProjectionUpdater39 NW_DISALLOW_COPY_AND_ASSIGN(OrthoProjectionUpdater);55 static OrthoProjectionUpdater* Create(os::IAllocator* allocator);65 static OrthoProjectionUpdater* Create(76 size += sizeof(OrthoProjectionUpdater); in GetMemorySizeInternal()131 OrthoProjectionUpdater(139 virtual ~OrthoProjectionUpdater();
276 nw::gfx::OrthoProjectionUpdater* projectionUpdater = in CreateOrthoCamera()277 nw::gfx::OrthoProjectionUpdater::Create(allocator); in CreateOrthoCamera()