Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.h40 typedef bool (*PTC2GX2SurfaceFormatFromStr)(char* pFormatStr, GX2SurfaceFormat *pgx2Format); typedef
61 PTC2GX2SurfaceFormatFromStr GX2SurfaceFormatFromStr;
DTexConvert.cpp175 …fpTC2->GX2SurfaceFormatFromStr = reinterpret_cast<PTC2GX2SurfaceFormatFromStr>(GetProcAddress(*hTe… in LoadDLLs()