Lines Matching defs:commandList
23 gr_cp<ID3D12GraphicsCommandList> commandList)
24 : fCommandList(std::move(commandList))
276 gr_cp<ID3D12GraphicsCommandList> commandList;
279 IID_PPV_ARGS(&commandList)));
281 auto grCL = new GrD3DDirectCommandList(std::move(allocator), std::move(commandList),
287 gr_cp<ID3D12GraphicsCommandList> commandList,
289 : GrD3DCommandList(std::move(allocator), std::move(commandList))
604 gr_cp<ID3D12GraphicsCommandList> commandList;
606 nullptr, IID_PPV_ARGS(&commandList)));
607 auto grCL = new GrD3DCopyCommandList(std::move(allocator), std::move(commandList));
612 gr_cp<ID3D12GraphicsCommandList> commandList)
613 : GrD3DCommandList(std::move(allocator), std::move(commandList)) {