Searched refs:dxgiAdapter (Results 1 – 2 of 2) sorted by relevance
377 IDXGIAdapter *dxgiAdapter = nullptr; in GetDXGIFactoryFromDevice() local378 result = dxgiDevice->GetParent(__uuidof(IDXGIAdapter), reinterpret_cast<void **>(&dxgiAdapter)); in GetDXGIFactoryFromDevice()387 dxgiAdapter->GetParent(__uuidof(IDXGIFactory), reinterpret_cast<void **>(&dxgiFactory)); in GetDXGIFactoryFromDevice()388 SafeRelease(dxgiAdapter); in GetDXGIFactoryFromDevice()
2068 IDXGIAdapter *dxgiAdapter = nullptr; in GetDeviceType() local2076 hr = dxgiDevice->GetParent(__uuidof(IDXGIAdapter), (void **)&dxgiAdapter); in GetDeviceType()2081 dxgiAdapter->QueryInterface(__uuidof(dxgiAdapter2), (void **)&dxgiAdapter2); in GetDeviceType()2094 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()2122 SafeRelease(dxgiAdapter); in GetDeviceType()