Searched defs:GetDeviceProcAddr (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h70 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; member in struct:vulkan::driver::DeviceDriverTable
H A Dapi_gen.h54 PFN_vkGetDeviceProcAddr GetDeviceProcAddr; member in struct:vulkan::api::DeviceDispatchTable
H A Ddriver.cpp582 PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName) { function in namespace:vulkan::driver
585 return GetData(device).driver.GetDeviceProcAddr(device, pName);
H A Dapi_gen.cpp152 INIT_PROC(dev, GetDeviceProcAddr);
287 // forward declarations needed by GetInstanceProcAddr and GetDeviceProcAddr
289 VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName);
433 VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName) { function in namespace:vulkan::api::__anon1598
480 if (strcmp(pName, "vkGetDeviceProcAddr") == 0) return reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr);
483 return GetData(device).dispatch.GetDeviceProcAddr(device, pName);
607 { "vkGetDeviceProcAddr", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr) },
1229 return vulkan::api::GetDeviceProcAddr(device, pName);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp331 PFN_vkVoidFunction GetDeviceProcAddr(VkDevice, const char* name) { function in namespace:null_driver

Completed in 724 milliseconds