Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.cpp174 …fpTC2->Destroy = reinterpret_cast<PTC2Destroy>(GetProcAddress(*hTexUtilDLL, "TC2De… in LoadDLLs()
801 fpTC2.Destroy(); in _tmain()
817 fpTC2.Destroy(); in _tmain()
844 fpTC2.Destroy(); in _tmain()
887 fpTC2.Destroy(); in _tmain()
898 fpTC2.Destroy(); in _tmain()
910 fpTC2.Destroy(); in _tmain()
939 fpTC2.Destroy(); in _tmain()
959 fpTC2.Destroy(); in _tmain()
968 fpTC2.Destroy(); in _tmain()
[all …]
DTexConvert.h60 PTC2Destroy Destroy; member
/CafeSDK-2.12.13/system/include/nn/erreula/
Derreula_Api.h109 void Destroy();
/CafeSDK-2.12.13/system/include/nn/swkbd/
Dswkbd_Api.h115 void Destroy();
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h74 PGSH2Destroy Destroy; member
DgshCompile.cpp117 …fpGSH2->Destroy = reinterpret_cast<PGSH2Destroy>(GetProcAddress(*hShaderUtil… in LoadDLLs()
570 bool Destroy(ShaderSourceInfo* pConfig) in Destroy() function
1293 fpGSH2.Destroy(hShaderUtils); in main()
1294 Destroy(&sourceInfo); in main()