Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp1261 VKAPI_ATTR void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallb… in DestroyRenderPass()
1265 VKAPI_ATTR void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGra… in GetRenderAreaGranularity()
2285 VKAPI_ATTR void vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCal… in vkDestroyRenderPass()
2290 VKAPI_ATTR void vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pG… in vkGetRenderAreaGranularity()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1329 void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* alloc… in DestroyRenderPass()
1332 void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { in GetRenderAreaGranularity()