Home
last modified time | relevance | path

Searched refs:cameraMemory (Results 1 – 6 of 6) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp170 void* cameraMemory = m_Allocator->Alloc(sizeof(nn::ulcd::CTR::StereoCamera)); in SmRenderSystem() local
171 nn::ulcd::CTR::StereoCamera* stereoCamera = new(cameraMemory) nn::ulcd::CTR::StereoCamera(); in SmRenderSystem()
/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp217 void* cameraMemory = s_DeviceAllocator.Alloc(sizeof(nn::ulcd::CTR::StereoCamera)); in InitializeGraphics() local
218 s_StereoCamera = new(cameraMemory) nn::ulcd::CTR::StereoCamera(); in InitializeGraphics()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp1082 void* cameraMemory = allocator->Alloc(sizeof(ResCameraData)); in StoreOriginal() local
1083 NW_NULL_ASSERT(cameraMemory); in StoreOriginal()
1086 new(cameraMemory) ResCameraData(original.ref()); in StoreOriginal()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp228 void* cameraMemory = s_DeviceAllocator.Alloc(sizeof(nn::ulcd::CTR::StereoCamera)); in InitializeGraphics() local
229 s_StereoCamera = new(cameraMemory) nn::ulcd::CTR::StereoCamera(); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp229 void* cameraMemory = s_DeviceAllocator.Alloc(sizeof(nn::ulcd::CTR::StereoCamera)); in InitializeGraphics() local
230 s_StereoCamera = new(cameraMemory) nn::ulcd::CTR::StereoCamera(); in InitializeGraphics()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp198 void* cameraMemory = allocator->Alloc(sizeof(nn::ulcd::CTR::StereoCamera)); in Create() local
199 nn::ulcd::CTR::StereoCamera* stereoCamera = new(cameraMemory) nn::ulcd::CTR::StereoCamera(); in Create()