Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_GlImplement.cpp47 u32 depthAddr, u32 depthSize, u32 clearDepth, u32 depthWidth in nwgfxClear() argument
52 reinterpret_cast<GLvoid*>(depthAddr), depthSize, clearDepth, depthWidth in nwgfxClear()
Dgfx_FrameBuffer.cpp264 u32 depthSize = 0; in ClearBuffer() local
351 depthSize = description.height * description.width * depthWidth / 8; in ClearBuffer()
355 depthAddress, depthSize, clearDepthHW, depthWidth ); in ClearBuffer()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_GlImplement.h65 u32 depthAddr, u32 depthSize, u32 clearDepth, u32 depthWidth