Searched refs:depthWidth (Results 1 – 3 of 3) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_FrameBuffer.cpp | 260 u32 depthWidth = 0; in ClearBuffer() local 319 depthWidth = 0; in ClearBuffer() 328 depthWidth = 16; in ClearBuffer() 335 depthWidth = 24; in ClearBuffer() 341 depthWidth = 32; in ClearBuffer() 351 depthSize = description.height * description.width * depthWidth / 8; in ClearBuffer() 355 depthAddress, depthSize, clearDepthHW, depthWidth ); in ClearBuffer()
|
| D | gfx_GlImplement.cpp | 47 u32 depthAddr, u32 depthSize, u32 clearDepth, u32 depthWidth in nwgfxClear() argument 52 reinterpret_cast<GLvoid*>(depthAddr), depthSize, clearDepth, depthWidth in nwgfxClear()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_GlImplement.h | 65 u32 depthAddr, u32 depthSize, u32 clearDepth, u32 depthWidth
|