Searched refs:depthSize (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_GlImplement.cpp | 45 u32 depthAddr, u32 depthSize, u32 clearDepth, u32 depthWidth in nwgfxClear() argument 50 reinterpret_cast<GLvoid*>(depthAddr), depthSize, clearDepth, depthWidth in nwgfxClear()
|
| D | gfx_FrameBuffer.cpp | 262 u32 depthSize = 0; in ClearBuffer() local 349 depthSize = description.height * description.width * depthWidth / 8; in ClearBuffer() 353 depthAddress, depthSize, clearDepthHW, depthWidth ); in ClearBuffer()
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_GlImplement.h | 63 u32 depthAddr, u32 depthSize, u32 clearDepth, u32 depthWidth
|