Home
last modified time | relevance | path

Searched refs:InitDriverTable (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.h103 bool InitDriverTable(VkInstance instance,
106 bool InitDriverTable(VkDevice dev,
Ddriver_gen.cpp524 bool InitDriverTable(VkInstance instance, in InitDriverTable() function
548 bool InitDriverTable(VkDevice dev, in InitDriverTable() function
Dcode-generator.tmpl252 bool InitDriverTable(VkInstance instance, PFN_vkGetInstanceProcAddr get_proc,
254 bool InitDriverTable(VkDevice dev, PFN_vkGetDeviceProcAddr get_proc,
335 bool InitDriverTable(VkInstance instance, PFN_vkGetInstanceProcAddr get_proc,
352 bool InitDriverTable(VkDevice dev, PFN_vkGetDeviceProcAddr get_proc,
Ddriver.cpp1094 !InitDriverTable(instance, Hal::Device().GetInstanceProcAddr, in CreateInstance()
1177 !InitDriverTable(dev, instance_data.get_device_proc_addr, in CreateDevice()