Searched defs:GalliumDXGISwapChain (Results 1 – 1 of 1) sorted by relevance
871 struct GalliumDXGISwapChain : public GalliumDXGIObject<IDXGISwapChain, GalliumDXGIFactory> struct873 ComPtr<IDXGIDevice>dxgi_device;874 ComPtr<IGalliumDevice>gallium_device;875 ComPtr<GalliumDXGIAdapter> adapter;876 ComPtr<IDXGIOutput> target;878 DXGI_SWAP_CHAIN_DESC desc;880 struct native_surface* surface;904 …GalliumDXGISwapChain(GalliumDXGIFactory* factory, IUnknown* p_device, const DXGI_SWAP_CHAIN_DESC& … in GalliumDXGISwapChain() function946 void init_for_window() in init_for_window()992 ~GalliumDXGISwapChain() in ~GalliumDXGISwapChain() argument[all …]