Searched defs:pAllocator (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.cpp | 898 … void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) { in FreeMemory() 954 …I_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) { in DestroyFence() 982 …I_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) { in DestroyEvent() 1018 …TTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) { in DestroyBuffer() 1034 …I_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) { in DestroyImage() 1602 VKAPI_ATTR void vkDestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator) { in vkDestroyInstance() 1657 VKAPI_ATTR void vkDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in vkDestroyDevice() 1782 …ATTR void vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) { in vkDestroyFence() 1817 …ATTR void vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) { in vkDestroyEvent() 1862 …R void vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) { in vkDestroyBuffer() [all …]
|
H A D | driver_gen.cpp | 33 …ice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, … in checkedCreateSwapchainKHR() 42 …ySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) { in checkedDestroySwapchainKHR()
|
H A D | driver.cpp | 1084 const VkAllocationCallbacks* pAllocator, in CreateInstance() 1157 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() 1172 const VkAllocationCallbacks* pAllocator, in CreateDevice() 1256 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice()
|
H A D | api.cpp | 1224 const VkAllocationCallbacks* pAllocator, in CreateInstance() 1235 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() 1244 const VkAllocationCallbacks* pAllocator, in CreateDevice() 1252 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 1486 …(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator) { in DestroyDebugReportCallbackEXT() 1550 …, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, … in CreateSamplerYcbcrConversion() 1554 …Device device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) { in DestroySamplerYcbcrConversion() 1557 …const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, … in CreateDescriptorUpdateTemplate() 1561 …ce, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorUpdateTemplate()
|