Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.cpp714 GX2Surface **ppTexturesToConvert = NULL; in _tmain() local
746 ppTexturesToConvert = (GX2Surface**)malloc(sizeof(*ppTexturesToConvert) * config.inFileCount); in _tmain()
747 memset(ppTexturesToConvert, 0, (sizeof(ppTexturesToConvert) * config.inFileCount)); in _tmain()
915 ppTexturesToConvert[count] = &pMipmapTextures[count]; in _tmain()
919 ppTexturesToConvert[count] = &pSrcTextures[count]; in _tmain()
924 …ig.dstFormat, DSTFORMAT_DEFAULT) || FormatsMatch(config.dstFormat, ppTexturesToConvert[count]->for… in _tmain()
926 dstFormat = ppTexturesToConvert[count]->format; in _tmain()
936 …if (!fpTC2.ConvertSurfaceFormat(ppTexturesToConvert[count], dstFormat, &pConvertedTextures[count],… in _tmain()