Home
last modified time | relevance | path

Searched defs:GalliumDXGISwapChain (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp871 struct GalliumDXGISwapChain : public GalliumDXGIObject<IDXGISwapChain, GalliumDXGIFactory> struct
873 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;
904GalliumDXGISwapChain(GalliumDXGIFactory* factory, IUnknown* p_device, const DXGI_SWAP_CHAIN_DESC& … in GalliumDXGISwapChain() function
946 void init_for_window() in init_for_window()
992 ~GalliumDXGISwapChain() in ~GalliumDXGISwapChain() argument
[all …]