Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_IRenderTarget.cpp48 IRenderTarget::CreateOffScreenBuffer(os::IAllocator* allocator, ResTexture resTexture) in CreateOffScreenBuffer() function in nw::gfx::IRenderTarget
/NW4C-1.3.3/include/nw/gfx/
Dgfx_IRenderTarget.h231 static IRenderTarget* CreateOffScreenBuffer(os::IAllocator* allocator, ResTexture resTexture);
/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp385 nw::gfx::IRenderTarget::CreateOffScreenBuffer(&s_DeviceAllocator, s_ShadowTexture); in InitializeGraphics()
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp392 nw::gfx::IRenderTarget::CreateOffScreenBuffer(&s_DeviceAllocator, s_ShadowTexture); in InitializeGraphics()