Searched refs:GetMipLevel (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/ |
| D | DDS_Helpers.cpp | 472 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/ |
| D | TC_PluginAPI.h | 168 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/ |
| D | tgaReader.cpp | 463 if (!GetMipLevel(pSurface, nMipLevel, nFaceOrSlice, &mipLevel)) in LoopRGBA()
|