Searched refs:dxgiFactory2 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DXGISwapChainWindowSurfaceWGL.cpp | 425 IDXGIFactory2 *dxgiFactory2 = nullptr; in createSwapChain() local 427 reinterpret_cast<void **>(&dxgiFactory2)); in createSwapChain() 430 ASSERT(dxgiFactory2 != nullptr); in createSwapChain() 449 result = dxgiFactory2->CreateSwapChainForHwnd(mDevice, mWindow, &swapChainDesc, nullptr, in createSwapChain() 451 SafeRelease(dxgiFactory2); in createSwapChain()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DXGISwapChainWindowSurfaceWGL.cpp | 425 IDXGIFactory2 *dxgiFactory2 = nullptr; in createSwapChain() local 427 reinterpret_cast<void **>(&dxgiFactory2)); in createSwapChain() 430 ASSERT(dxgiFactory2 != nullptr); in createSwapChain() 449 result = dxgiFactory2->CreateSwapChainForHwnd(mDevice, mWindow, &swapChainDesc, nullptr, in createSwapChain() 451 SafeRelease(dxgiFactory2); in createSwapChain()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtvideo.cpp | 322 WINRT_AddDisplaysForAdapter (_THIS, IDXGIFactory2 * dxgiFactory2, int adapterIndex) in WINRT_AddDisplaysForAdapter() argument 327 hr = dxgiFactory2->EnumAdapters1(adapterIndex, &dxgiAdapter1); in WINRT_AddDisplaysForAdapter() 410 IDXGIFactory2 * dxgiFactory2 = NULL; in WINRT_InitModes() local 412 hr = CreateDXGIFactory1(IID_IDXGIFactory2, (void **)&dxgiFactory2); in WINRT_InitModes() 419 if (WINRT_AddDisplaysForAdapter(_this, dxgiFactory2, adapterIndex) < 0) { in WINRT_InitModes()
|