Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h89 PGSH2GetABIVersion GetABIVersion; member
DgshCompile.cpp128 …fpGSH2->GetABIVersion = reinterpret_cast<PGSH2GetABIVersion>(GetProcAddress(*hShad… in LoadDLLs()
1086 if (fpGSH2.GetABIVersion) in main()
1087 abiVersion = (*fpGSH2.GetABIVersion)(); in main()