Home | History | Annotate | Download | only in layers

Lines Matching refs:GetDeviceProcAddr

1435 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char *funcName) {
1446 if (pTable->GetDeviceProcAddr == NULL)
1448 return pTable->GetDeviceProcAddr(device, funcName);
1503 { "vkGetDeviceProcAddr", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr) },
1580 return image::GetDeviceProcAddr(dev, funcName);