Home
last modified time | relevance | path

Searched refs:GetCommandQueue (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp254 factory2->CreateSwapChainForHwnd(device->GetCommandQueue().Get(), in InitializeSwapChainFromScratch()
262 factory2->CreateSwapChainForCoreWindow(device->GetCommandQueue().Get(), in InitializeSwapChainFromScratch()
270 factory2->CreateSwapChainForComposition(device->GetCommandQueue().Get(), in InitializeSwapChainFromScratch()
DCommandRecordingContext.cpp77 device->GetCommandQueue()->ExecuteCommandLists(1, &d3d12CommandList); in ExecuteCommandList()
DNativeSwapChainImplD3D12.cpp60 ComPtr<ID3D12CommandQueue> queue = mDevice->GetCommandQueue(); in Configure()
DDeviceD3D12.h57 ComPtr<ID3D12CommandQueue> GetCommandQueue() const;
DDeviceD3D12.cpp187 ComPtr<ID3D12CommandQueue> Device::GetCommandQueue() const { in GetCommandQueue() function in dawn_native::d3d12::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DNativeSwapChainImplD3D12.cpp60 ComPtr<ID3D12CommandQueue> queue = mDevice->GetCommandQueue(); in Configure()
DDeviceD3D12.h53 ComPtr<ID3D12CommandQueue> GetCommandQueue() const;
DDeviceD3D12.cpp131 ComPtr<ID3D12CommandQueue> Device::GetCommandQueue() const { in GetCommandQueue() function in dawn_native::d3d12::Device