Home
last modified time | relevance | path

Searched refs:FORMAT_HW_ETC1 (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp722 if (format == ResImageTexture::FORMAT_HW_ETC1) in SetupTextureMapperCommand()
814 if (format == ResImageTexture::FORMAT_HW_ETC1) in SetupTextureMapperCommand()
Dgfx_ResTexture.cpp603 ( m_Description.formatHW == ResPixelBasedTexture::FORMAT_HW_ETC1 ? 16 : 8 ); in Create()
719 ( m_Description.formatHW == ResPixelBasedTexture::FORMAT_HW_ETC1 ? 16 : 8 ); in Create()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h267 FORMAT_HW_ETC1 = 12, //!< 1ピクセルが4ビット相当の圧縮フォーマットです。 enumerator