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

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h38 GalliumD3D11DeviceChild(GalliumD3D11Screen* p_device) argument
41 device = p_device;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp904 GalliumDXGISwapChain(GalliumDXGIFactory* factory, IUnknown* p_device, const DXGI_SWAP_CHAIN_DESC& p_desc) argument
909 hr = p_device->QueryInterface(IID_IGalliumDevice, (void**)&gallium_device);
913 hr = p_device->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device);

Completed in 111 milliseconds