Home
last modified time | relevance | path

Searched defs:renderPass (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp1100 VKAPI_ATTR void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallb… in DestroyRenderPass()
1104 VKAPI_ATTR void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGra… in GetRenderAreaGranularity()
1918 VKAPI_ATTR void vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCal… in vkDestroyRenderPass()
1923 VKAPI_ATTR void vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pG… in vkGetRenderAreaGranularity()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1321 void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* alloc… in DestroyRenderPass()
1324 void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { in GetRenderAreaGranularity()