Home
last modified time | relevance | path

Searched defs:CreateDeviceImpl (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp65 ResultOrError<DeviceBase*> Adapter::CreateDeviceImpl(const DeviceDescriptor* descriptor) { in CreateDeviceImpl() function in dawn_native::vulkan::Adapter
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp90 ResultOrError<DeviceBase*> Adapter::CreateDeviceImpl(const DeviceDescriptor* descriptor) { in CreateDeviceImpl() function in dawn_native::d3d12::Adapter
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp83 ResultOrError<DeviceBase*> CreateDeviceImpl(const DeviceDescriptor* descriptor) override { in CreateDeviceImpl() function in dawn_native::opengl::Adapter
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp335 ResultOrError<DeviceBase*> Adapter::CreateDeviceImpl(const DawnDeviceDescriptor* descriptor) { in CreateDeviceImpl() function in dawn_native::vulkan::Adapter
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp397 ResultOrError<DeviceBase*> Adapter::CreateDeviceImpl(const DawnDeviceDescriptor* descriptor) { in CreateDeviceImpl() function in dawn_native::d3d12::Adapter
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp257 ResultOrError<DeviceBase*> CreateDeviceImpl( in CreateDeviceImpl() function in dawn_native::opengl::Adapter
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp36 ResultOrError<DeviceBase*> CreateDeviceImpl(const DeviceDescriptor* descriptor) override { in CreateDeviceImpl() function in dawn_native::null::Adapter
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp60 ResultOrError<DeviceBase*> Adapter::CreateDeviceImpl(const DawnDeviceDescriptor* descriptor) { in CreateDeviceImpl() function in dawn_native::null::Adapter