Home
last modified time | relevance | path

Searched refs:depthWidth (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_FrameBuffer.cpp258 u32 depthWidth = 0; in ClearBuffer() local
317 depthWidth = 0; in ClearBuffer()
326 depthWidth = 16; in ClearBuffer()
333 depthWidth = 24; in ClearBuffer()
339 depthWidth = 32; in ClearBuffer()
349 depthSize = description.height * description.width * depthWidth / 8; in ClearBuffer()
353 depthAddress, depthSize, clearDepthHW, depthWidth ); in ClearBuffer()
Dgfx_GlImplement.cpp45 u32 depthAddr, u32 depthSize, u32 clearDepth, u32 depthWidth in nwgfxClear() argument
50 reinterpret_cast<GLvoid*>(depthAddr), depthSize, clearDepth, depthWidth in nwgfxClear()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_GlImplement.h63 u32 depthAddr, u32 depthSize, u32 clearDepth, u32 depthWidth