Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.cpp179 …fpTC2->DestroyGX2Surface = reinterpret_cast<PTC2DestroyGX2Surface>(GetProcAddress(*hTexUtilD… in LoadDLLs()
1125 fpTC2.DestroyGX2Surface(&pMipmapTextures[count]); in _tmain()
1130 fpTC2.DestroyGX2Surface(&pSrcTextures[count]); in _tmain()
1131 fpTC2.DestroyGX2Surface(&pConvertedTextures[count]); in _tmain()
1136 fpTC2.DestroyGX2Surface(&pSrcTextures[count]); in _tmain()
1137 fpTC2.DestroyGX2Surface(&pConvertedTextures[count]); in _tmain()
1142 fpTC2.DestroyGX2Surface(&pTiledTextures[count]); in _tmain()
DTexConvert.h65 PTC2DestroyGX2Surface DestroyGX2Surface; member