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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp364 VKAPI_ATTR void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
946 VKAPI_ATTR void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { argument
947 GetData(device).dispatch.GetRenderAreaGranularity(device, renderPass, pGranularity);
1633 VKAPI_ATTR void vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { argument
1634 vulkan::api::GetRenderAreaGranularity(device, renderPass, pGranularity);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h115 VKAPI_ATTR void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
H A Dnull_driver.cpp1243 void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2317 typedef void (VKAPI_PTR *PFN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
2834 VkExtent2D* pGranularity);

Completed in 415 milliseconds