Home | History | Annotate | Download | only in d3d11

Lines Matching refs:mDxgiAdapter

92     mDxgiAdapter = NULL;
233 result = dxgiDevice->GetParent(__uuidof(IDXGIAdapter), (void**)&mDxgiAdapter);
243 mDxgiAdapter->GetDesc(&mAdapterDescription);
247 result = mDxgiAdapter->GetParent(__uuidof(IDXGIFactory), (void**)&mDxgiFactory);
1900 SafeRelease(mDxgiAdapter);
3797 if (!mDxgiAdapter)
3803 if (FAILED(mDxgiAdapter->GetDesc(&adapterDesc)))