Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.h45 typedef bool (*PTC2GenerateTexture)(GX2Surface* pInSurface, GX2Texture* pOutTexture); typedef
66 PTC2GenerateTexture GenerateTexture;
DTexConvert.cpp180 …fpTC2->GenerateTexture = reinterpret_cast<PTC2GenerateTexture>(GetProcAddress(*hTexUtilDLL… in LoadDLLs()