Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp119 d3d12GetDebugInterface = &D3D12GetDebugInterface; in LoadD3D12()
129 !mD3D12Lib.GetProc(&d3d12GetDebugInterface, "D3D12GetDebugInterface", &error) || in LoadD3D12()
DPlatformFunctions.h41 PFN_D3D12_GET_DEBUG_INTERFACE d3d12GetDebugInterface = nullptr; variable
DBackendD3D12.cpp39 functions->d3d12GetDebugInterface(IID_PPV_ARGS(&debugController)))) { in CreateFactory()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp38 !mD3D12Lib.GetProc(&d3d12GetDebugInterface, "D3D12GetDebugInterface", &error) || in LoadD3D12()
DPlatformFunctions.h42 PFN_D3D12_GET_DEBUG_INTERFACE d3d12GetDebugInterface = nullptr; variable
DBackendD3D12.cpp38 functions->d3d12GetDebugInterface(IID_PPV_ARGS(&debugController)))) { in CreateFactory()