Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp874 ComPtr<IGalliumDevice>gallium_device; member
909 hr = p_device->QueryInterface(IID_IGalliumDevice, (void**)&gallium_device); in GalliumDXGISwapChain()
930 pipe = gallium_device->GetGalliumContext(); in GalliumDXGISwapChain()
1226 gallium_device->RestoreGalliumState(); in Present()