Searched refs:colorSize (Results 1 – 3 of 3) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_GlImplement.cpp | 46 u32 colorAddr, u32 colorSize, u32 clearColor, u32 colorWidth, in nwgfxClear() argument 51 reinterpret_cast<GLvoid*>(colorAddr), colorSize, clearColor, colorWidth, in nwgfxClear()
|
| D | gfx_FrameBuffer.cpp | 263 u32 colorSize = 0; in ClearBuffer() local 310 colorSize = description.height * description.width * colorWidth / 8; in ClearBuffer() 354 internal::nwgfxClear( colorAddress, colorSize, clearColorHW, colorWidth, in ClearBuffer()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_GlImplement.h | 64 u32 colorAddr, u32 colorSize, u32 clearColor, u32 colorWidth,
|