Searched refs:pConvertedTextures (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/ |
| D | TexConvert.cpp | 715 GX2Surface *pConvertedTextures = NULL; in _tmain() local 755 pConvertedTextures = (GX2Surface*)malloc(sizeof(*pConvertedTextures) * config.inFileCount); in _tmain() 756 memset(pConvertedTextures, 0, sizeof(*pConvertedTextures) * config.inFileCount); in _tmain() 936 …if (!fpTC2.ConvertSurfaceFormat(ppTexturesToConvert[count], dstFormat, &pConvertedTextures[count],… in _tmain() 950 fpTC2.CombineAsTextureArray(pConvertedTextures, config.inFileCount, &texArray); in _tmain() 1008 fpTC2.CombineAsMips(pConvertedTextures, config.inFileCount, &mipSurface); in _tmain() 1068 …if (!fpTC2.ConvertTiling(&pConvertedTextures[count], tileMode, config.initialSwizzle, &pTiledTextu… in _tmain() 1131 fpTC2.DestroyGX2Surface(&pConvertedTextures[count]); in _tmain() 1137 fpTC2.DestroyGX2Surface(&pConvertedTextures[count]); in _tmain() 1147 free(pConvertedTextures); in _tmain()
|