Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp781 IDXGISwapChain1 *swapchain1; in wsi_win32_surface_create_swapchain_dxgi() local
782 if (FAILED(factory->CreateSwapChainForComposition(queue, &desc, NULL, &swapchain1)) || in wsi_win32_surface_create_swapchain_dxgi()
783 FAILED(swapchain1->QueryInterface(&chain->dxgi))) in wsi_win32_surface_create_swapchain_dxgi()
786 swapchain1->Release(); in wsi_win32_surface_create_swapchain_dxgi()