Home
last modified time | relevance | path

Searched refs:pAllocator (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h31 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn…
32 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator);
42 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi…
43 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
52 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*…
53 …R void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
66 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence…
67 …PI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator);
71 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS…
72 … DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator);
[all …]
Dnull_driver.cpp1478 …(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator) { in DestroyDebugReportCallbackEXT() argument
1542 …erYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrC… in CreateSamplerYcbcrConversion() argument
1546 …Device device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) { in DestroySamplerYcbcrConversion() argument
1549 …torUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpd… in CreateDescriptorUpdateTemplate() argument
1553 …ce, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator) { in DestroyDescriptorUpdateTemplate() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp366 …onst VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory*…
367 …R void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
380 …ce, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence…
381 …PI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator);
385 …const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pS…
386 … DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator);
387 …ce, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent…
388 …PI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator);
392 …const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQ…
393 … DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator);
[all …]
Dapi.h28 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn…
29 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator);
30 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi…
31 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
Ddriver.cpp1004 const VkAllocationCallbacks* pAllocator, in CreateInstance() argument
1007 (pAllocator) ? *pAllocator : GetDefaultAllocator(); in CreateInstance()
1057 static_cast<const VkInstanceCreateInfo*>(wrapper), pAllocator, in CreateInstance()
1072 data->driver.DestroyInstance(instance, pAllocator); in CreateInstance()
1082 data->driver.DestroyInstance(instance, pAllocator); in CreateInstance()
1094 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() argument
1096 data.driver.DestroyInstance(instance, pAllocator); in DestroyInstance()
1099 if (!pAllocator) { in DestroyInstance()
1101 pAllocator = &local_allocator; in DestroyInstance()
1104 FreeInstanceData(&data, *pAllocator); in DestroyInstance()
[all …]
Ddriver.h123 …(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pIn…
124 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator);
125 …e, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevi…
126 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
Ddebug_report.h28 …ReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCa…
29 …T(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
Ddriver_gen.cpp34 …st VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR*… in checkedCreateSwapchainKHR() argument
36 return CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain); in checkedCreateSwapchainKHR()
43 …ySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) { in checkedDestroySwapchainKHR() argument
45 DestroySwapchainKHR(device, swapchain, pAllocator); in checkedDestroySwapchainKHR()
Dapi.cpp1180 const VkAllocationCallbacks* pAllocator, in CreateInstance() argument
1187 return LayerChain::CreateInstance(pCreateInfo, pAllocator, pInstance); in CreateInstance()
1191 const VkAllocationCallbacks* pAllocator) { in DestroyInstance() argument
1195 LayerChain::DestroyInstance(instance, pAllocator); in DestroyInstance()
1200 const VkAllocationCallbacks* pAllocator, in CreateDevice() argument
1204 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice()
1208 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice() argument
1212 LayerChain::DestroyDevice(device, pAllocator); in DestroyDevice()
/frameworks/native/vulkan/api/
Dvulkan.api7853 const VkAllocationCallbacks* pAllocator,
7870 const VkAllocationCallbacks* pAllocator) {
7999 const VkAllocationCallbacks* pAllocator,
8014 const VkAllocationCallbacks* pAllocator) {
8158 const VkAllocationCallbacks* pAllocator,
8176 const VkAllocationCallbacks* pAllocator) {
8379 const VkAllocationCallbacks* pAllocator,
8396 const VkAllocationCallbacks* pAllocator) {
8459 const VkAllocationCallbacks* pAllocator,
8475 const VkAllocationCallbacks* pAllocator) {
[all …]