Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h91 PGSH2GetABIVersion GetABIVersion; member
DgshCompile.cpp132 …fpGSH2->GetABIVersion = reinterpret_cast<PGSH2GetABIVersion>(GetProcAddress(*hShad… in LoadDLLs()
1103 if (fpGSH2.GetABIVersion) in main()
1104 abiVersion = (*fpGSH2.GetABIVersion)(); in main()