Home
last modified time | relevance | path

Searched refs:ResOrthoProjectionUpdaterData (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_OrthoProjectionUpdater.cpp38 = AllocateAndFill<ResOrthoProjectionUpdaterData>(allocator, 0); in Create()
40 ResOrthoProjectionUpdaterData* buffer = in Create()
41 new(dataMemory) ResOrthoProjectionUpdaterData(); in Create()
Dgfx_Camera.cpp373 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()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_OrthoProjectionUpdater.h77 size += sizeof(ResOrthoProjectionUpdaterData); in GetMemorySizeInternal()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResCamera.h196 struct ResOrthoProjectionUpdaterData : public ResCameraProjectionUpdaterData struct