Searched refs:dxgiGetDebugInterface1 (Results 1 – 6 of 6) sorted by relevance
47 if (SUCCEEDED(functions->dxgiGetDebugInterface1(0, IID_PPV_ARGS(&dxgiDebug)))) { in CreateFactory()56 if (SUCCEEDED(functions->dxgiGetDebugInterface1( in CreateFactory()
56 !mDXGILib.GetProc(&dxgiGetDebugInterface1, "DXGIGetDebugInterface1", &error) || in LoadDXGI()
54 PFN_DXGI_GET_DEBUG_INTERFACE1 dxgiGetDebugInterface1 = nullptr; variable
167 dxgiGetDebugInterface1 = &DXGIGetDebugInterface1; in LoadDXGI()173 !mDXGILib.GetProc(&dxgiGetDebugInterface1, "DXGIGetDebugInterface1", &error) || in LoadDXGI()
53 if (functions->dxgiGetDebugInterface1 != nullptr && in CreateFactory()54 SUCCEEDED(functions->dxgiGetDebugInterface1( in CreateFactory()
53 PFN_DXGI_GET_DEBUG_INTERFACE1 dxgiGetDebugInterface1 = nullptr; variable