Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp165 static LibraryWrapper dxgi_module; variable
442 if (!dxgi_module) { in DetourFunctions()
446 dxgi_module = LibraryWrapper(systemPath); in DetourFunctions()
447 RealCreateDXGIFactory1 = dxgi_module.get_symbol("CreateDXGIFactory1"); in DetourFunctions()
/third_party/vulkan-loader/loader/
Dloader_windows.c84 HMODULE dxgi_module = LoadLibraryW(systemPath); in windows_initialization() local
85 …fpCreateDXGIFactory1 = dxgi_module == NULL ? NULL : (PFN_CreateDXGIFactory1)GetProcAddress(dxgi_mo… in windows_initialization()