Searched defs:gallium_device (Results 1 - 2 of 2) sorted by relevance

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

Completed in 117 milliseconds