Searched defs:get_proc (Results 1 – 3 of 3) sorted by relevance
643 PFN_vkGetInstanceProcAddr get_proc, in InitDriverTable()686 PFN_vkGetDeviceProcAddr get_proc, in InitDriverTable()
149 PFN_vkGetInstanceProcAddr get_proc, in InitDispatchTable()193 PFN_vkGetDeviceProcAddr get_proc, in InitDispatchTable()
211 …PFN_vkVoidFunction get_proc(const char *name) const { return vkGetDeviceProcAddr(handle(), name); } in get_proc() function