Home
last modified time | relevance | path

Searched refs:GetFactory (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.h32 ComPtr<IDXGIFactory4> GetFactory() const;
DDeviceD3D12.cpp151 ComPtr<IDXGIFactory4> Device::GetFactory() const { in GetFactory() function in dawn_native::d3d12::Device
152 return ToBackend(GetAdapter())->GetBackend()->GetFactory(); in GetFactory()
DBackendD3D12.cpp89 ComPtr<IDXGIFactory4> Backend::GetFactory() const { in GetFactory() function in dawn_native::d3d12::Backend
DNativeSwapChainImplD3D12.cpp59 ComPtr<IDXGIFactory4> factory = mDevice->GetFactory(); in Configure()
DDeviceD3D12.h64 ComPtr<IDXGIFactory4> GetFactory() const;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.h32 ComPtr<IDXGIFactory4> GetFactory() const;
DNativeSwapChainImplD3D12.cpp59 ComPtr<IDXGIFactory4> factory = mDevice->GetFactory(); in Configure()
DBackendD3D12.cpp100 ComPtr<IDXGIFactory4> Backend::GetFactory() const { in GetFactory() function in dawn_native::d3d12::Backend
DDeviceD3D12.cpp207 ComPtr<IDXGIFactory4> Device::GetFactory() const { in GetFactory() function in dawn_native::d3d12::Device
208 return ToBackend(GetAdapter())->GetBackend()->GetFactory(); in GetFactory()
DDeviceD3D12.h68 ComPtr<IDXGIFactory4> GetFactory() const;
DSwapChainD3D12.cpp247 DAWN_TRY(CheckHRESULT(device->GetFactory()->QueryInterface(IID_PPV_ARGS(&factory2)), in InitializeSwapChainFromScratch()