Searched defs:pipelineLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1211 void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* allocator) { argument
/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);

Completed in 68 milliseconds