Home
last modified time | relevance | path

Searched defs:pAllocator (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp694 …evice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, … in AllocateMemory()
698 … void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) { in FreeMemory()
750 …e(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, … in CreateFence()
754 …I_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) { in DestroyFence()
770 …Device device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, … in CreateSemaphore()
774 …DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) { in DestroySemaphore()
778 …t(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, … in CreateEvent()
782 …I_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) { in DestroyEvent()
798 …Device device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, … in CreateQueryPool()
802 …DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) { in DestroyQueryPool()
[all …]
Ddriver_gen.cpp32 …ice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, … in checkedCreateSwapchainKHR()
41 …ySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) { in checkedDestroySwapchainKHR()
Ddriver.cpp689 const VkAllocationCallbacks* pAllocator, in CreateInstance()
744 const VkAllocationCallbacks* pAllocator) { in DestroyInstance()
759 const VkAllocationCallbacks* pAllocator, in CreateDevice()
807 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice()
Dapi.cpp1152 const VkAllocationCallbacks* pAllocator, in CreateInstance()
1161 const VkAllocationCallbacks* pAllocator) { in DestroyInstance()
1168 const VkAllocationCallbacks* pAllocator, in CreateDevice()
1174 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1397 …(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator) { in DestroyDebugReportCallbackEXT()