Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/
DtexUtils.h97 BOOL TC2API TC2GX2SurfaceFormatFromStr(char* pFormatStr, GX2SurfaceFormat *pgx2Format);
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.h40 typedef bool (*PTC2GX2SurfaceFormatFromStr)(char* pFormatStr, GX2SurfaceFormat *pgx2Format);
DTexConvert.cpp274 bool FormatsMatch(const char* pFormatStr, GX2SurfaceFormat otherFormat ) in FormatsMatch() argument
277 if(0 == strcmp(pOtherStr, pFormatStr)) in FormatsMatch()
285 if(0 == strcmp(pFormatStr, FormatTypeToString((GX2SurfaceFormat)i))) in FormatsMatch()