Home
last modified time | relevance | path

Searched refs:GetBitsPerPixel (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h335 u32 GetBitsPerPixel() const { return ref().m_BitsPerPixel; } in GetBitsPerPixel() function
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp144 size = resImage.GetWidth() * resImage.GetHeight() * resImage.GetBitsPerPixel() / 8; in TexImage2D()