Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_IRenderTarget.cpp50 IRenderTarget::CreateOffScreenBuffer(os::IAllocator* allocator, ResTexture resTexture) in CreateOffScreenBuffer() function in nw::gfx::IRenderTarget
/NW4C-2.0.3/include/nw/gfx/
Dgfx_IRenderTarget.h233 static IRenderTarget* CreateOffScreenBuffer(os::IAllocator* allocator, ResTexture resTexture);
/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp387 nw::gfx::IRenderTarget::CreateOffScreenBuffer(&s_DeviceAllocator, s_ShadowTexture); in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp394 nw::gfx::IRenderTarget::CreateOffScreenBuffer(&s_DeviceAllocator, s_ShadowTexture); in InitializeGraphics()