Searched refs:PFN_vkDestroyImage (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 126 PFN_vkDestroyImage vkDestroyImage;
|
D | goldfish_vk_dispatch.cpp | 386 out->vkDestroyImage = (PFN_vkDestroyImage)dlSymFunc(lib, "vkDestroyImage"); in init_vulkan_dispatch_from_system_loader() 1176 out->vkDestroyImage = (PFN_vkDestroyImage)vk->vkGetInstanceProcAddr(instance, "vkDestroyImage"); in init_vulkan_dispatch_from_instance() 2118 out->vkDestroyImage = (PFN_vkDestroyImage)vk->vkGetDeviceProcAddr(device, "vkDestroyImage"); in init_vulkan_dispatch_from_device()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 4668 PFN_vkDestroyImage vkDestroyImage = 0; 5158 vkDestroyImage = PFN_vkDestroyImage( vkGetInstanceProcAddr( instance, "vkDestroyImage" ) ); in init() 5580 vkDestroyImage = PFN_vkDestroyImage( vkGetDeviceProcAddr( device, "vkDestroyImage" ) ); in init()
|
D | vulkan.hpp | 9192 PFN_vkDestroyImage vkDestroyImage = 0; 10358 vkDestroyImage = PFN_vkDestroyImage( vkGetInstanceProcAddr( instance, "vkDestroyImage" ) ); in init() 11440 vkDestroyImage = PFN_vkDestroyImage( vkGetDeviceProcAddr( device, "vkDestroyImage" ) ); in init()
|
D | vulkansc_raii.hpp | 321 vkDestroyImage = PFN_vkDestroyImage( vkGetDeviceProcAddr( device, "vkDestroyImage" ) ); in DeviceDispatcher() 681 PFN_vkDestroyImage vkDestroyImage = 0;
|
D | vulkan_raii.hpp | 640 vkDestroyImage = PFN_vkDestroyImage( vkGetDeviceProcAddr( device, "vkDestroyImage" ) ); in DeviceDispatcher() 1518 PFN_vkDestroyImage vkDestroyImage = 0;
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4003 typedef void (VKAPI_PTR *PFN_vkDestroyImage)(VkDevice device, VkImage image, const VkAllocationCall… typedef
|