Home
last modified time | relevance | path

Searched refs:createDevice (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/tools/gpu/dawn/
DDawnTestContext.cpp86 static wgpu::Device createDevice(const dawn_native::Instance& instance, in createDevice() function in __anonc0c9365c0111::DawnTestContextImpl
130 device = createDevice(*instance, type); in Create()
/external/skia/tools/sk_app/
DDawnWindowContext.h35 wgpu::Device createDevice(dawn_native::BackendType type);
DDawnWindowContext.cpp109 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
/external/skia/tools/sk_app/win/
DDawnD3D12WindowContext_win.cpp49 return this->createDevice(dawn_native::BackendType::D3D12); in onInitializeContext()
/external/angle/src/libANGLE/renderer/
DDisplayImpl.cpp114 DeviceImpl *DisplayImpl::createDevice() in createDevice() function in rx::DisplayImpl
DDisplayImpl.h101 virtual DeviceImpl *createDevice();
/external/skia/tools/sk_app/unix/
DDawnVulkanWindowContext_unix.cpp61 wgpu::Device device = this->createDevice(dawn_native::BackendType::Vulkan); in onInitializeContext()
/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl12 CreateDeviceFunc createDevice; variable
DvkInitInstanceFunctionPointers.inl12 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");
DvkInstanceDriverImpl.inl45 VkResult InstanceDriver::createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* p… function in InstanceDriver
47 return m_vk.createDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
DvkRefUtil.inl5 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Ins…
DvkRefUtilImpl.inl196 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter… function
199 VK_CHECK(vk.createDevice(physicalDevice, pCreateInfo, pAllocator, &object));
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h74 DeviceImpl *createDevice() override;
DDisplayEAGL.mm192 DeviceImpl *DisplayEAGL::createDevice()
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h47 DeviceImpl *createDevice() override;
DDisplayNULL.cpp125 DeviceImpl *DisplayNULL::createDevice() in createDevice() function in rx::DisplayNULL
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp358 return createDevice(vkp, instance, vki, physicalDevice, &createInfo, pAllocator); in createCustomDevice()
373 return vki.createDevice(physicalDevice, &createInfo, pAllocator, pDevice); in createUncheckedDevice()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.h128 LogicalResult createDevice();
DVulkanRuntime.cpp164 if (failed(createInstance()) || failed(createDevice()) || in run()
249 LogicalResult VulkanRuntime::createDevice() { in createDevice() function in VulkanRuntime
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h85 DeviceImpl *createDevice() override;
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.h85 DeviceImpl *createDevice() override;
DDisplayD3D.cpp206 DeviceImpl *DisplayD3D::createDevice() in createDevice() function in rx::DisplayD3D
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h53 DeviceImpl *createDevice() override;
/external/skia/tools/sk_app/mac/
DDawnMTLWindowContext_mac.mm122 wgpu::Device device = this->createDevice(dawn_native::BackendType::Metal);
/external/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp351 device = physicalDevice.createDevice(deviceCreateInfo, nullptr); in initialize()

12