Searched refs:fpGSH2 (Results 1 – 1 of 1) sorted by relevance
97 void LoadDLLs(HMODULE *hShaderUtilDLL, GSH2Func *fpGSH2, HMODULE *hGfdDLL, GFDFunc *fpGFD) in LoadDLLs() argument116 …fpGSH2->Initialize = reinterpret_cast<PGSH2Initialize>(GetProcAddress(*hShaderU… in LoadDLLs()117 …fpGSH2->Destroy = reinterpret_cast<PGSH2Destroy>(GetProcAddress(*hShaderUtil… in LoadDLLs()118 …fpGSH2->CompileProgram3 = reinterpret_cast<PGSH2CompileProgram3>(GetProcAddress(*hSh… in LoadDLLs()119 …fpGSH2->DestroyGX2Program3 = reinterpret_cast<PGSH2DestroyGX2Program3>(GetProcAddress(… in LoadDLLs()120 …fpGSH2->CalcFetchShaderSizeEx = reinterpret_cast<PGSH2CalcFetchShaderSizeEx>(GetProcAddres… in LoadDLLs()121 …fpGSH2->InitFetchShaderEx = reinterpret_cast<PGSH2InitFetchShaderEx>(GetProcAddress(*h… in LoadDLLs()122 …fpGSH2->GetVertexShaderGPRs = reinterpret_cast<PGSH2GetVertexShaderGPRs>(GetProcAddress(… in LoadDLLs()123 …fpGSH2->GetGeometryShaderGPRs = reinterpret_cast<PGSH2GetGeometryShaderGPRs>(GetProcAddres… in LoadDLLs()124 …fpGSH2->GetPixelShaderGPRs = reinterpret_cast<PGSH2GetPixelShaderGPRs>(GetProcAddress(*… in LoadDLLs()[all …]