Searched refs:PFN_D3D12_GET_DEBUG_INTERFACE (Results 1 – 4 of 4) sorted by relevance
42 PFN_D3D12_GET_DEBUG_INTERFACE d3d12GetDebugInterface = nullptr;
41 PFN_D3D12_GET_DEBUG_INTERFACE d3d12GetDebugInterface = nullptr;
669 typedef HRESULT(WINAPI *PFN_D3D12_GET_DEBUG_INTERFACE)(REFIID riid, void **ppFactory); in get_debug_interface() typedef670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface()678 …D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
85 typedef HRESULT(WINAPI * PFN_D3D12_GET_DEBUG_INTERFACE)(REFIID riid, in enable_d3d12_debug_layer() typedef87 …PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)GetProcAddre… in enable_d3d12_debug_layer()