Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.cpp153 void LoadDLLs(HMODULE *hTexUtilDLL, TC2Func *fpTC2, HMODULE *hGfdDLL, GFDFunc *fpGFD) in LoadDLLs() argument
173fpTC2->Initialize = reinterpret_cast<PTC2Initialize>(GetProcAddress(*hTexUtilDLL, "TC… in LoadDLLs()
174fpTC2->Destroy = reinterpret_cast<PTC2Destroy>(GetProcAddress(*hTexUtilDLL, "TC2De… in LoadDLLs()
175fpTC2->GX2SurfaceFormatFromStr = reinterpret_cast<PTC2GX2SurfaceFormatFromStr>(GetProcAddress(*hTe… in LoadDLLs()
176fpTC2->GenerateMipLevels = reinterpret_cast<PTC2GenerateMipLevels>(GetProcAddress(*hTexUtilD… in LoadDLLs()
177fpTC2->ConvertSurfaceFormat = reinterpret_cast<PTC2ConvertSurfaceFormat>(GetProcAddress(*hTexUt… in LoadDLLs()
178fpTC2->ConvertTiling = reinterpret_cast<PTC2ConvertTiling>(GetProcAddress(*hTexUtilDLL, … in LoadDLLs()
179fpTC2->DestroyGX2Surface = reinterpret_cast<PTC2DestroyGX2Surface>(GetProcAddress(*hTexUtilD… in LoadDLLs()
180fpTC2->GenerateTexture = reinterpret_cast<PTC2GenerateTexture>(GetProcAddress(*hTexUtilDLL… in LoadDLLs()
181fpTC2->DestroyGX2Texture = reinterpret_cast<PTC2DestroyGX2Texture>(GetProcAddress(*hTexUtilD… in LoadDLLs()
[all …]