Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp41 struct GalliumDXGIFactory;
43 static HRESULT GalliumDXGISwapChainCreate(GalliumDXGIFactory* factory, IUnknown* device, const DXGI…
44 static HRESULT GalliumDXGIAdapterCreate(GalliumDXGIFactory* adapter, const struct native_platform* …
139 struct GalliumDXGIFactory : public GalliumDXGIObject<IDXGIFactory1, IUnknown> struct
147GalliumDXGIFactory(const struct native_platform* platform, void* display, IGalliumDXGIBackend* p_b… in GalliumDXGIFactory() function
241 GalliumDXGIObject<IDXGIAdapter1, GalliumDXGIFactory>, argument
254 GalliumDXGIAdapter(GalliumDXGIFactory* factory, const struct native_platform* platform, void* dpy) in GalliumDXGIAdapter()
871 struct GalliumDXGISwapChain : public GalliumDXGIObject<IDXGISwapChain, GalliumDXGIFactory>
904 …GalliumDXGISwapChain(GalliumDXGIFactory* factory, IUnknown* p_device, const DXGI_SWAP_CHAIN_DESC& … in GalliumDXGISwapChain()
905 : GalliumDXGIObject<IDXGISwapChain, GalliumDXGIFactory>(factory), desc(p_desc), surface(0) in GalliumDXGISwapChain()
[all …]