Home
last modified time | relevance | path

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

12

/external/skia/tools/gpu/dawn/
DDawnTestContext.cpp158 static wgpu::Device createDevice(const dawn_native::Instance& instance, in createDevice() function in __anon2f6000e70111::DawnTestContextImpl
202 device = createDevice(*instance, type); in Create()
/external/skia/tools/sk_app/
DDawnWindowContext.h37 wgpu::Device createDevice(dawn_native::BackendType type);
DDawnWindowContext.cpp107 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
/external/skia/tools/sk_app/win/
DDawnD3D12WindowContext_win.cpp50 return this->createDevice(dawn_native::BackendType::D3D12); in onInitializeContext()
/external/skia/tools/sk_app/unix/
DDawnVulkanWindowContext_unix.cpp61 wgpu::Device device = this->createDevice(dawn_native::BackendType::Vulkan); in onInitializeContext()
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h65 DeviceImpl *createDevice() override;
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h42 DeviceImpl *createDevice() override;
DDisplayNULL.cpp109 DeviceImpl *DisplayNULL::createDevice() in createDevice() function in rx::DisplayNULL
/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…
/external/angle/src/libANGLE/renderer/
DDisplayImpl.h84 virtual DeviceImpl *createDevice() = 0;
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h64 DeviceImpl *createDevice() override;
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp350 return createDevice(vkp, instance, vki, physicalDevice, &createInfo, pAllocator); in createCustomDevice()
365 return vki.createDevice(physicalDevice, &createInfo, pAllocator, pDevice); in createUncheckedDevice()
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.h39 DeviceImpl *createDevice() override;
DDisplayVk.cpp83 DeviceImpl *DisplayVk::createDevice() in createDevice() function in rx::DisplayVk
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.h79 DeviceImpl *createDevice() override;
DDisplayD3D.cpp196 DeviceImpl *DisplayD3D::createDevice() in createDevice() function in rx::DisplayD3D
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h66 DeviceImpl *createDevice() override;
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h78 DeviceImpl *createDevice() override;
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h78 DeviceImpl *createDevice() override;
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h46 DeviceImpl *createDevice() override;
/external/skia/tools/sk_app/mac/
DDawnMTLWindowContext_mac.mm103 wgpu::Device device = this->createDevice(dawn_native::BackendType::Metal);
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp133 createDevice(); in BaseAllocateTestInstance()
141 void createDevice (void);
159 void BaseAllocateTestInstance::createDevice (void) in createDevice() function in vkt::memory::__anond7631bf90111::BaseAllocateTestInstance

12