Home
last modified time | relevance | path

Searched refs:PFN_vkDestroyImage (Results 1 – 9 of 9) sorted by relevance

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h88 extern PFN_vkDestroyImage vkDestroyImage;
Dvulkan_wrapper.cpp85 vkDestroyImage = reinterpret_cast<PFN_vkDestroyImage>(dlsym(libvulkan, "vkDestroyImage")); in InitVulkan()
273 PFN_vkDestroyImage vkDestroyImage;
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h78 PFN_vkDestroyImage DestroyImage;
Dvulkan.h2308 typedef void (VKAPI_PTR *PFN_vkDestroyImage)(VkDevice device, VkImage image, const VkAllocationCall… typedef
/external/skia/include/gpu/vk/
DGrVkInterface.h123 VkPtr<PFN_vkDestroyImage> fDestroyImage;
/external/vulkan-validation-layers/loader/
Dtable_ops.h108 table->DestroyImage = (PFN_vkDestroyImage)gpa(dev, "vkDestroyImage"); in loader_init_device_dispatch_table()
/external/mesa3d/include/vulkan/
Dvulkan.h2317 typedef void (VKAPI_PTR *PFN_vkDestroyImage)(VkDevice device, VkImage image, const VkAllocationCall… typedef
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2414 typedef void (VKAPI_PTR *PFN_vkDestroyImage)(VkDevice device, VkImage image, const VkAllocationCall… typedef
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2473 typedef void (VKAPI_PTR *PFN_vkDestroyImage)(VkDevice device, VkImage image, const VkAllocationCall… typedef