Home | History | Annotate | Download | only in layers

Lines Matching refs:DestroyImageView

1210 VKAPI_ATTR void VKAPI_CALL DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator) {
1224 get_dispatch_table(ot_device_table_map, device)->DestroyImageView(device, imageView, pAllocator);
3849 if (!strcmp(name, "DestroyImageView"))
3850 return (PFN_vkVoidFunction)DestroyImageView;