Home
last modified time | relevance | path

Searched refs:GetSharingContract (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h58 ID3D12SharingContract* GetSharingContract() const;
DDeviceD3D12.cpp191 ID3D12SharingContract* Device::GetSharingContract() const { in GetSharingContract() function in dawn_native::d3d12::Device
DTextureD3D12.cpp672 ID3D12SharingContract* d3dSharingContract = device->GetSharingContract(); in DestroyImpl()