Home
last modified time | relevance | path

Searched refs:dxgiGetDebugInterface1 (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp47 if (SUCCEEDED(functions->dxgiGetDebugInterface1(0, IID_PPV_ARGS(&dxgiDebug)))) { in CreateFactory()
56 if (SUCCEEDED(functions->dxgiGetDebugInterface1( in CreateFactory()
DPlatformFunctions.cpp56 !mDXGILib.GetProc(&dxgiGetDebugInterface1, "DXGIGetDebugInterface1", &error) || in LoadDXGI()
DPlatformFunctions.h54 PFN_DXGI_GET_DEBUG_INTERFACE1 dxgiGetDebugInterface1 = nullptr; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp167 dxgiGetDebugInterface1 = &DXGIGetDebugInterface1; in LoadDXGI()
173 !mDXGILib.GetProc(&dxgiGetDebugInterface1, "DXGIGetDebugInterface1", &error) || in LoadDXGI()
DBackendD3D12.cpp53 if (functions->dxgiGetDebugInterface1 != nullptr && in CreateFactory()
54 SUCCEEDED(functions->dxgiGetDebugInterface1( in CreateFactory()
DPlatformFunctions.h53 PFN_DXGI_GET_DEBUG_INTERFACE1 dxgiGetDebugInterface1 = nullptr; variable