Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.h43 typedef bool (*PTC2ConvertTiling)(GX2Surface *pInSurface, GX2TileMode dstTileMode, u32 initialSwizz… typedef
64 PTC2ConvertTiling ConvertTiling;
DTexConvert.cpp178 …fpTC2->ConvertTiling = reinterpret_cast<PTC2ConvertTiling>(GetProcAddress(*hTexUtilDLL, … in LoadDLLs()