HomeSort by relevance Sort by last modified time
    Searched full:gallium_device (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 874 ComPtr<IGalliumDevice>gallium_device; member in struct:GalliumDXGISwapChain
909 hr = p_device->QueryInterface(IID_IGalliumDevice, (void**)&gallium_device);
930 pipe = gallium_device->GetGalliumContext();
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 874 ComPtr<IGalliumDevice>gallium_device; member in struct:GalliumDXGISwapChain
909 hr = p_device->QueryInterface(IID_IGalliumDevice, (void**)&gallium_device);
930 pipe = gallium_device->GetGalliumContext();
    [all...]

Completed in 1657 milliseconds