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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h100 PFN_vkDestroyPipelineCache DestroyPipelineCache;
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp144 {"vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyPipelineCache>(DestroyPipelineCache))},
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2295 typedef void (VKAPI_PTR *PFN_vkDestroyPipelineCache)(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator); typedef

Completed in 91 milliseconds