Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_OrthoProjectionUpdater.cpp40 = AllocateAndFill<ResOrthoProjectionUpdaterData>(allocator, 0); in Create()
42 ResOrthoProjectionUpdaterData* buffer = in Create()
43 new(dataMemory) ResOrthoProjectionUpdaterData(); in Create()
Dgfx_Camera.cpp376 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()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_OrthoProjectionUpdater.h79 size += sizeof(ResOrthoProjectionUpdaterData); in GetMemorySizeInternal()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResCamera.h198 struct ResOrthoProjectionUpdaterData : public ResCameraProjectionUpdaterData struct