Home
last modified time | relevance | path

Searched refs:SetDepthFormat (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_OffScreenBuffer.cpp57 m_BackBufferObject.SetDepthFormat( 0 ); in OffScreenBuffer()
Dgfx_OnScreenBuffer.cpp90 m_BackBufferObject.SetDepthFormat( m_Description.depthFormat ); in OnScreenBuffer()
Dgfx_RenderContext.cpp160 GraphicsDevice::SetDepthFormat(this->m_RenderTarget->GetDescription().depthFormat); in SetRenderTarget()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_FrameBuffer.h148 void SetDepthFormat(u32 depthFormat) { m_Description.depthFormat = depthFormat; } in SetDepthFormat() function
Dgfx_GraphicsDevice.h172 static void SetDepthFormat(u32 format) in SetDepthFormat() function