Searched refs:GalliumDXGIAdapterCreate (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp44 static HRESULT GalliumDXGIAdapterCreate(GalliumDXGIFactory* adapter, const struct native_platform* platform, void* dpy, IDXGIAdapter1** out_adapter);
172 return GalliumDXGIAdapterCreate(this, platform, display, out_adapter);
184 *out_adapter = GalliumDXGIAdapterCreate(this, platform, display, adapter);
1370 static HRESULT GalliumDXGIAdapterCreate(GalliumDXGIFactory* factory, const struct native_platform* platform, void* dpy, IDXGIAdapter1** out_adapter) function

Completed in 37 milliseconds