Home | History | Annotate | Download | only in layers

Lines Matching refs:GetDeviceProcAddr

1309 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char *funcName) {
1320 if (pTable->GetDeviceProcAddr == NULL)
1322 return pTable->GetDeviceProcAddr(device, funcName);
1379 { "vkGetDeviceProcAddr", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr) },
1453 return image::GetDeviceProcAddr(dev, funcName);