Searched refs:pipelineLayout (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp349 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
886 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) { argument
887 GetData(device).dispatch.DestroyPipelineLayout(device, pipelineLayout, pAllocator);
1558 VKAPI_ATTR void vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) { argument
1559 vulkan::api::DestroyPipelineLayout(device, pipelineLayout, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h100 VKAPI_ATTR void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp1211 void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* allocator) { argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2302 typedef void (VKAPI_PTR *PFN_vkDestroyPipelineLayout)(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator);
2750 VkPipelineLayout pipelineLayout,

Completed in 302 milliseconds