Home | History | Annotate | Download | only in layers

Lines Matching refs:GetDeviceProcAddr

113     PFN_vkGetDeviceProcAddr gpa = disp_table->GetDeviceProcAddr;
296 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char *funcName) {
306 if (disp_table->GetDeviceProcAddr == NULL) {
309 return disp_table->GetDeviceProcAddr(device, funcName);
712 return unique_objects::GetDeviceProcAddr(dev, funcName);