Home | History | Annotate | Download | only in renderer

Lines Matching refs:mDxgiFactory

108     mDxgiFactory = NULL;
229 result = mDxgiAdapter->GetParent(__uuidof(IDXGIFactory), (void**)&mDxgiFactory);
231 if (!mDxgiFactory || FAILED(result))
1966 if (mDxgiFactory)
1968 mDxgiFactory->Release();
1969 mDxgiFactory = NULL;