Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.cpp472 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopDefault()
536 if(!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopFourCC()
568 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopRGB565()
613 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopRGB888()
659 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopRGB8888()
711 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopABGR32F()
730 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopR32F()
752 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopGR32F()
788 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopABGR16F()
806 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopGR16F()
[all …]
/CafeSDK-2.12.13/system/src/tool/gfx/include/texUtils/
DTC_PluginAPI.h168 static GX2_INLINE BOOL GetMipLevel(GX2Surface* pSurface, u32 nMipLevel, u32 nFaceOrSlice, MipLevel*… in GetMipLevel() function
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp463 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopRGBA()