Searched refs:pTiledTextures (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/ |
| D | TexConvert.cpp | 712 GX2Surface *pTiledTextures = NULL; in _tmain() local 758 pTiledTextures = (GX2Surface*)malloc(sizeof(*pTiledTextures) * config.inFileCount); in _tmain() 759 memset(pTiledTextures, 0, sizeof(*pTiledTextures) * config.inFileCount); in _tmain() 956 if (!fpTC2.ConvertTiling(&texArray, tileMode, config.initialSwizzle, pTiledTextures)) in _tmain() 965 if (!fpTC2.GenerateTexture(pTiledTextures, pGx2Textures)) in _tmain() 1014 if (!fpTC2.ConvertTiling(&mipSurface, tileMode, config.initialSwizzle, pTiledTextures)) in _tmain() 1023 if (!fpTC2.GenerateTexture(pTiledTextures, pGx2Textures)) in _tmain() 1068 …ConvertTiling(&pConvertedTextures[count], tileMode, config.initialSwizzle, &pTiledTextures[count])) in _tmain() 1077 if (!fpTC2.GenerateTexture(&pTiledTextures[count], &pGx2Textures[count])) in _tmain() 1142 fpTC2.DestroyGX2Surface(&pTiledTextures[count]); in _tmain() [all …]
|