Home
last modified time | relevance | path

Searched defs:GetDevice (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp28 DeviceBase* ObjectBase::GetDevice() const { in GetDevice() function in dawn_native::ObjectBase
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/
DClient.h42 DawnDevice GetDevice() const { in GetDevice() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/
DWireClient.cpp28 DawnDevice WireClient::GetDevice() const { in GetDevice() function in dawn_wire::WireClient
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp55 ComPtr<ID3D12Device> Adapter::GetDevice() const { in GetDevice() function in dawn_native::d3d12::Adapter
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp32 DeviceBase* ObjectBase::GetDevice() const { in GetDevice() function in dawn_native::ObjectBase
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DWireServer.cpp54 WGPUDevice WireServer::GetDevice(uint32_t id, uint32_t generation) { in GetDevice() function in dawn_wire::WireServer
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline.h74 Device* GetDevice() const { return device_; } in GetDevice() function
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DRingBufferTests.cpp40 null::Device* GetDevice() const { in GetDevice() function in RingBufferTests
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp56 ComPtr<ID3D12Device> Adapter::GetDevice() const { in GetDevice() function in dawn_native::d3d12::Adapter
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.cpp156 WGPUDevice Server::GetDevice(uint32_t id, uint32_t generation) { in GetDevice() function in dawn_wire::server::Server
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2464 ID3D12Device* GetDevice() const { return m_Device; } in GetDevice() function in D3D12MA::AllocatorPimpl