Searched refs:PFN_vkBindImageMemory (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h70 PFN_vkBindImageMemory BindImageMemory;
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp63 {"vkBindImageMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkBindImageMemory>(BindImageMemory))},
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2505 typedef VkResult (VKAPI_PTR *PFN_vkBindImageMemory)(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset); typedef

Completed in 34 milliseconds