Home
last modified time | relevance | path

Searched refs:CreateDXGIFactory (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_win.cpp39 if (!SUCCEEDED(CreateDXGIFactory(__uuidof(IDXGIFactory), reinterpret_cast<void **>(&factory)))) in GetDevicesFromDXGI()
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp154 PFN_CREATE_DXGI_FACTORY CreateDXGIFactory; in get_dxgi_factory() local
160 CreateDXGIFactory = (PFN_CREATE_DXGI_FACTORY)GetProcAddress(hDXGIMod, "CreateDXGIFactory"); in get_dxgi_factory()
161 if (!CreateDXGIFactory) in get_dxgi_factory()
162 throw runtime_error("Failed to load CreateDXGIFactory from DXGI.DLL"); in get_dxgi_factory()
165 HRESULT hr = CreateDXGIFactory(IID_IDXGIFactory4, (void **)&factory); in get_dxgi_factory()
167 throw runtime_error("CreateDXGIFactory failed"); in get_dxgi_factory()

Completed in 2 milliseconds