Searched refs:fpTC2 (Results 1 – 1 of 1) sorted by relevance
153 void LoadDLLs(HMODULE *hTexUtilDLL, TC2Func *fpTC2, HMODULE *hGfdDLL, GFDFunc *fpGFD) in LoadDLLs() argument173 …fpTC2->Initialize = reinterpret_cast<PTC2Initialize>(GetProcAddress(*hTexUtilDLL, "TC… in LoadDLLs()174 …fpTC2->Destroy = reinterpret_cast<PTC2Destroy>(GetProcAddress(*hTexUtilDLL, "TC2De… in LoadDLLs()175 …fpTC2->GX2SurfaceFormatFromStr = reinterpret_cast<PTC2GX2SurfaceFormatFromStr>(GetProcAddress(*hTe… in LoadDLLs()176 …fpTC2->GenerateMipLevels = reinterpret_cast<PTC2GenerateMipLevels>(GetProcAddress(*hTexUtilD… in LoadDLLs()177 …fpTC2->ConvertSurfaceFormat = reinterpret_cast<PTC2ConvertSurfaceFormat>(GetProcAddress(*hTexUt… in LoadDLLs()178 …fpTC2->ConvertTiling = reinterpret_cast<PTC2ConvertTiling>(GetProcAddress(*hTexUtilDLL, … in LoadDLLs()179 …fpTC2->DestroyGX2Surface = reinterpret_cast<PTC2DestroyGX2Surface>(GetProcAddress(*hTexUtilD… in LoadDLLs()180 …fpTC2->GenerateTexture = reinterpret_cast<PTC2GenerateTexture>(GetProcAddress(*hTexUtilDLL… in LoadDLLs()181 …fpTC2->DestroyGX2Texture = reinterpret_cast<PTC2DestroyGX2Texture>(GetProcAddress(*hTexUtilD… in LoadDLLs()[all …]