Home
last modified time | relevance | path

Searched refs:CreateDXGIFactory1 (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/gpu/d3d/
DD3DTestUtils.cpp51 if (!SUCCEEDED(CreateDXGIFactory1(IID_PPV_ARGS(&factory)))) { in CreateD3DBackendContext()
/external/angle/src/gpu_info_util/
DSystemInfo_win.cpp33 CreateDXGIFactory1(__uuidof(IDXGIFactory1), reinterpret_cast<void **>(&factory)))) in GetDevicesFromDXGI()
/external/webrtc/modules/desktop_capture/win/
Dd3d_device.cc73 CreateDXGIFactory1(__uuidof(IDXGIFactory1), in EnumDevices()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1283 …LPCREATEDXGIFACTORY1 CreateDXGIFactory1 = (LPCREATEDXGIFACTORY1)GetProcAddress(m_hDxgiLib, "Create… in DX11OperationSupport() local
1284 if (!CreateDXGIFactory1) in DX11OperationSupport()
1288 hr = CreateDXGIFactory1(__uuidof(IDXGIFactory), (void**)&pFactory); in DX11OperationSupport()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp709 if (SUCCEEDED(CreateDXGIFactory1(IID_PPV_ARGS(&factory)))) in callD3D11CreateDevice()
739 HRESULT result = CreateDXGIFactory1(IID_PPV_ARGS(&factory)); in callD3D11On12CreateDevice()