/external/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 158 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/ |
D | DawnWindowContext.h | 37 wgpu::Device createDevice(dawn_native::BackendType type);
|
D | DawnWindowContext.cpp | 107 wgpu::Device DawnWindowContext::createDevice(dawn_native::BackendType type) { in createDevice() function in sk_app::DawnWindowContext
|
/external/skia/tools/sk_app/win/ |
D | DawnD3D12WindowContext_win.cpp | 50 return this->createDevice(dawn_native::BackendType::D3D12); in onInitializeContext()
|
/external/skia/tools/sk_app/unix/ |
D | DawnVulkanWindowContext_unix.cpp | 61 wgpu::Device device = this->createDevice(dawn_native::BackendType::Vulkan); in onInitializeContext()
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 65 DeviceImpl *createDevice() override;
|
/external/angle/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 42 DeviceImpl *createDevice() override;
|
D | DisplayNULL.cpp | 109 DeviceImpl *DisplayNULL::createDevice() in createDevice() function in rx::DisplayNULL
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 12 CreateDeviceFunc createDevice; variable
|
D | vkInitInstanceFunctionPointers.inl | 12 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");
|
D | vkInstanceDriverImpl.inl | 45 VkResult InstanceDriver::createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* p… function in InstanceDriver 47 return m_vk.createDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
|
D | vkRefUtil.inl | 5 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Ins…
|
/external/angle/src/libANGLE/renderer/ |
D | DisplayImpl.h | 84 virtual DeviceImpl *createDevice() = 0;
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 64 DeviceImpl *createDevice() override;
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 350 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/ |
D | DisplayVk.h | 39 DeviceImpl *createDevice() override;
|
D | DisplayVk.cpp | 83 DeviceImpl *DisplayVk::createDevice() in createDevice() function in rx::DisplayVk
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.h | 79 DeviceImpl *createDevice() override;
|
D | DisplayD3D.cpp | 196 DeviceImpl *DisplayD3D::createDevice() in createDevice() function in rx::DisplayD3D
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.h | 66 DeviceImpl *createDevice() override;
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.h | 78 DeviceImpl *createDevice() override;
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.h | 78 DeviceImpl *createDevice() override;
|
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 46 DeviceImpl *createDevice() override;
|
/external/skia/tools/sk_app/mac/ |
D | DawnMTLWindowContext_mac.mm | 103 wgpu::Device device = this->createDevice(dawn_native::BackendType::Metal);
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 133 createDevice(); in BaseAllocateTestInstance() 141 void createDevice (void); 159 void BaseAllocateTestInstance::createDevice (void) in createDevice() function in vkt::memory::__anond7631bf90111::BaseAllocateTestInstance
|