Home
last modified time | relevance | path

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

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