Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp647 imageData->m_BitsPerPixel = static_cast<u32>(bytesizePerPixel * 8); in Create()
813 imageData[i].m_BitsPerPixel = static_cast<u32>(bytesizePerPixel * 8); in Create()
890 imageData->m_BitsPerPixel = static_cast<u32>(bytesizePerPixel * 8); in Create()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h77 u32 m_BitsPerPixel; member
335 u32 GetBitsPerPixel() const { return ref().m_BitsPerPixel; } in GetBitsPerPixel()