Home
last modified time | relevance | path

Searched refs:CreateDevice (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.h70 PFN_vkCreateDevice CreateDevice; member
Dapi.h30 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
Dapi.cpp408 static VkResult CreateDevice(VkPhysicalDevice physical_dev,
875 GetData(physical_dev).dispatch.CreateDevice; in Create()
1099 VkResult LayerChain::CreateDevice(VkPhysicalDevice physical_dev, in CreateDevice() function in vulkan::api::__anon1a3a5f700111::LayerChain
1198 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function
1204 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice()
Ddriver_gen.cpp213 reinterpret_cast<PFN_vkVoidFunction>(CreateDevice),
518 INIT_PROC(true, instance, CreateDevice); in InitDriverTable()
Dapi_gen.h40 PFN_vkCreateDevice CreateDevice; member
Ddriver.h125 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
Ddriver.cpp1107 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function
1132 result = instance_data.driver.CreateDevice( in CreateDevice()
Dapi_gen.cpp162 INIT_PROC(true, instance, CreateDevice); in InitDispatchTable()
700 { "vkCreateDevice", reinterpret_cast<PFN_vkVoidFunction>(CreateDevice) }, in GetInstanceProcAddr()
1559 return vulkan::api::CreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice); in vkCreateDevice()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp121 …reateDevice", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateDevice>(CreateDevice))},
Dnull_driver_gen.h42 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreate…
Dnull_driver.cpp660 VkResult CreateDevice(VkPhysicalDevice physical_device, in CreateDevice() function
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp146 GET_INST_PROC(CreateDevice); in setupDevice()