Searched refs:colorSize (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_GlImplement.cpp | 44 u32 colorAddr, u32 colorSize, u32 clearColor, u32 colorWidth, in nwgfxClear() argument 49 reinterpret_cast<GLvoid*>(colorAddr), colorSize, clearColor, colorWidth, in nwgfxClear()
|
| D | gfx_FrameBuffer.cpp | 261 u32 colorSize = 0; in ClearBuffer() local 308 colorSize = description.height * description.width * colorWidth / 8; in ClearBuffer() 352 internal::nwgfxClear( colorAddress, colorSize, clearColorHW, colorWidth, in ClearBuffer()
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_GlImplement.h | 62 u32 colorAddr, u32 colorSize, u32 clearColor, u32 colorWidth,
|