Searched defs:GetDevice (Results 1 – 6 of 6) sorted by relevance
32 DeviceBase* ObjectBase::GetDevice() const { in GetDevice() function in dawn_native::ObjectBase
54 WGPUDevice WireServer::GetDevice(uint32_t id, uint32_t generation) { in GetDevice() function in dawn_wire::WireServer
74 Device* GetDevice() const { return device_; } in GetDevice() function
56 ComPtr<ID3D12Device> Adapter::GetDevice() const { in GetDevice() function in dawn_native::d3d12::Adapter
156 WGPUDevice Server::GetDevice(uint32_t id, uint32_t generation) { in GetDevice() function in dawn_wire::server::Server
2464 ID3D12Device* GetDevice() const { return m_Device; } in GetDevice() function in D3D12MA::AllocatorPimpl