Searched refs:ResOrthoProjectionUpdaterData (Results 1 – 4 of 4) sorted by relevance
38 = AllocateAndFill<ResOrthoProjectionUpdaterData>(allocator, 0); in Create()40 ResOrthoProjectionUpdaterData* buffer = in Create()41 new(dataMemory) ResOrthoProjectionUpdaterData(); in Create()
373 size += sizeof(ResOrthoProjectionUpdaterData); in GetMemorySize()557 size += sizeof(ResOrthoProjectionUpdaterData); in GetMemorySizeInternal()1146 projectionUpdaterMemory = allocator->Alloc(sizeof(ResOrthoProjectionUpdaterData)); in StoreOriginal()1149 new(projectionUpdaterMemory) ResOrthoProjectionUpdaterData( in StoreOriginal()1150 … *reinterpret_cast<ResOrthoProjectionUpdaterData*>(original.GetProjectionUpdater().ptr())); in StoreOriginal()
77 size += sizeof(ResOrthoProjectionUpdaterData); in GetMemorySizeInternal()
196 struct ResOrthoProjectionUpdaterData : public ResCameraProjectionUpdaterData struct