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