Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.cpp200 char * FormatTypeToString(GX2SurfaceFormat eSurfaceFormat) in FormatTypeToString() function
276 const char* pOtherStr = FormatTypeToString( otherFormat ); in FormatsMatch()
285 if(0 == strcmp(pFormatStr, FormatTypeToString((GX2SurfaceFormat)i))) in FormatsMatch()
338 printf(" format = %s\n", FormatTypeToString(pGx2Textures->surface.format)); in PrintTextureSurfaceInfo()
869 …nput format %s doesn't supported in DDS file format. Exiting.\n", FormatTypeToString(retiledSurfa… in _tmain()