Home
last modified time | relevance | path

Searched refs:s_DepthFormat (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp38 u32 GraphicsDevice::s_DepthFormat = RENDER_DEPTH_FORMAT_24_STENCIL8; member in nw::gfx::GraphicsDevice
131 NW_LOG(" 0x%x\n", s_DepthFormat); in Report()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_GraphicsDevice.h174 s_DepthFormat = format; in SetDepthFormat()
735 static u32 s_DepthFormat; variable
979 if (s_DepthFormat == RENDER_DEPTH_FORMAT_16) in ActivatePolygonOffset()