Searched refs:ResOrthoProjectionUpdaterData (Results 1 – 4 of 4) sorted by relevance
40 = AllocateAndFill<ResOrthoProjectionUpdaterData>(allocator, 0); in Create()42 ResOrthoProjectionUpdaterData* buffer = in Create()43 new(dataMemory) ResOrthoProjectionUpdaterData(); in Create()
376 size += sizeof(ResOrthoProjectionUpdaterData); in GetMemorySize()560 size += sizeof(ResOrthoProjectionUpdaterData); in GetMemorySizeInternal()1149 projectionUpdaterMemory = allocator->Alloc(sizeof(ResOrthoProjectionUpdaterData)); in StoreOriginal()1152 new(projectionUpdaterMemory) ResOrthoProjectionUpdaterData( in StoreOriginal()1153 … *reinterpret_cast<ResOrthoProjectionUpdaterData*>(original.GetProjectionUpdater().ptr())); in StoreOriginal()
79 size += sizeof(ResOrthoProjectionUpdaterData); in GetMemorySizeInternal()
198 struct ResOrthoProjectionUpdaterData : public ResCameraProjectionUpdaterData struct