Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.h42 typedef bool (*PTC2ConvertSurfaceFormat)(GX2Surface *pInSurface, GX2SurfaceFormat dstFormat, GX2Sur…
140 char dstFormat[128]; member
DTexConvert.cpp358 strcpy_s(pConfig->dstFormat, DSTFORMAT_DEFAULT); in InitializeConfig()
499 strcpy_s(pConfig->dstFormat, argv[count + 1]); in InitializeConfig()
788 GX2SurfaceFormat dstFormat; in _tmain() local
924 …if (!strcmp(config.dstFormat, DSTFORMAT_DEFAULT) || FormatsMatch(config.dstFormat, ppTexturesToCon… in _tmain()
926 dstFormat = ppTexturesToConvert[count]->format; in _tmain()
928 else if (!fpTC2.GX2SurfaceFormatFromStr(config.dstFormat, &dstFormat)) in _tmain()
936 …if (!fpTC2.ConvertSurfaceFormat(ppTexturesToConvert[count], dstFormat, &pConvertedTextures[count],… in _tmain()
/CafeSDK-2.12.13/system/src/tool/gfx/include/
DtexUtils.h119 BOOL TC2API TC2ConvertSurfaceFormat(GX2Surface *pInSurface, GX2SurfaceFormat dstFormat, GX2Surface …