Searched refs:gallium_adapter (Results 1 – 2 of 2) sorted by relevance
59 ComPtr<IGalliumAdapter> gallium_adapter; in D3D11CreateDevice() local60 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D11CreateDevice()66 screen = gallium_adapter->GetGalliumReferenceSoftwareScreen(); in D3D11CreateDevice()68 screen = gallium_adapter->GetGalliumFastSoftwareScreen(); in D3D11CreateDevice()70 screen = gallium_adapter->GetGalliumScreen(); in D3D11CreateDevice()
56 ComPtr<IGalliumAdapter> gallium_adapter; in D3D10CreateDevice1() local57 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D10CreateDevice1()63 screen = gallium_adapter->GetGalliumReferenceSoftwareScreen(); in D3D10CreateDevice1()65 screen = gallium_adapter->GetGalliumFastSoftwareScreen(); in D3D10CreateDevice1()67 screen = gallium_adapter->GetGalliumScreen(); in D3D10CreateDevice1()