Home
last modified time | relevance | path

Searched refs:VkAllocationCallbacks (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h31 …ult CreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
32 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator);
42 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
43 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
52 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
53 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl…
66 …ence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
67 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
71 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
72 …id DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocato…
[all …]
Dnull_driver.cpp39 VkAllocationCallbacks allocator;
99 VkAllocationCallbacks allocator;
236 const VkAllocationCallbacks kDefaultAllocCallbacks = {
286 const VkAllocationCallbacks* allocator, in CreateInstance()
336 const VkAllocationCallbacks* /*allocator*/) { in DestroyInstance() argument
650 const VkAllocationCallbacks* allocator, in CreateDevice()
680 const VkAllocationCallbacks* /*allocator*/) { in DestroyDevice() argument
695 VkAllocationCallbacks allocator;
701 const VkAllocationCallbacks* allocator, in DEFINE_OBJECT_HANDLE_CONVERSION()
717 const VkAllocationCallbacks* /*allocator*/) { in DestroyCommandPool() argument
[all …]
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp58 …R void disabledDestroySurfaceKHR(VkInstance instance, VkSurfaceKHR, const VkAllocationCallbacks*) { in disabledDestroySurfaceKHR() argument
82 …pchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR*, const VkAllocationCallbacks*, VkSwapch… in disabledCreateSwapchainKHR() argument
87 …R void disabledDestroySwapchainKHR(VkDevice device, VkSwapchainKHR, const VkAllocationCallbacks*) { in disabledDestroySwapchainKHR() argument
106 …(VkInstance instance, const VkAndroidSurfaceCreateInfoKHR*, const VkAllocationCallbacks*, VkSurfac… in disabledCreateAndroidSurfaceKHR() argument
303 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
304 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl…
317 …ence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
318 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
322 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
323 …id DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocato…
[all …]
Ddriver.h66 explicit InstanceData(const VkAllocationCallbacks& alloc) in InstanceData()
76 const VkAllocationCallbacks allocator;
87 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData()
98 const VkAllocationCallbacks allocator;
110 const VkAllocationCallbacks& GetDefaultAllocator();
123 …ult CreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
124 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator);
125 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
126 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
Dapi.h28 …ult CreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
29 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator);
30 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
31 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
Dapi.cpp49 OverrideLayerNames(bool is_instance, const VkAllocationCallbacks& allocator) in OverrideLayerNames()
294 const VkAllocationCallbacks& allocator_;
310 const VkAllocationCallbacks& allocator) in OverrideExtensionNames()
360 const VkAllocationCallbacks& allocator_;
381 const VkAllocationCallbacks* allocator,
386 const VkAllocationCallbacks* allocator,
390 const VkAllocationCallbacks* allocator);
393 const VkAllocationCallbacks* allocator);
401 const VkAllocationCallbacks& allocator);
422 const VkAllocationCallbacks* allocator,
[all …]
Dswapchain.h26 …instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* allocator…
27 …estroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* allocator…
32 …Device device, const VkSwapchainCreateInfoKHR* create_info, const VkAllocationCallbacks* allocator…
33 …pchainKHR(VkDevice device, VkSwapchainKHR swapchain_handle, const VkAllocationCallbacks* allocator…
Ddriver.cpp90 const VkAllocationCallbacks& allocator);
93 const VkAllocationCallbacks& allocator);
125 const VkAllocationCallbacks& allocator_;
290 const VkAllocationCallbacks& allocator) in CreateInfoWrapper()
302 const VkAllocationCallbacks& allocator) in CreateInfoWrapper()
588 InstanceData* AllocateInstanceData(const VkAllocationCallbacks& allocator) { in AllocateInstanceData()
599 const VkAllocationCallbacks& allocator) { in FreeInstanceData()
605 const VkAllocationCallbacks& allocator, in AllocateDeviceData()
616 void FreeDeviceData(DeviceData* data, const VkAllocationCallbacks& allocator) { in FreeDeviceData()
631 const VkAllocationCallbacks& GetDefaultAllocator() { in GetDefaultAllocator()
[all …]
Ddebug_report.h28 …nce, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocato…
29 …EXT(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocato…
47 const VkAllocationCallbacks& allocator);
48 void RemoveCallback(Node* node, const VkAllocationCallbacks& allocator);
Ddebug_report.cpp25 const VkAllocationCallbacks& allocator) { in AddCallback()
42 const VkAllocationCallbacks& allocator) { in RemoveCallback()
120 const VkAllocationCallbacks* allocator, in CreateDebugReportCallbackEXT()
151 const VkAllocationCallbacks* allocator) { in DestroyDebugReportCallbackEXT()
Dstubhal.cpp68 const VkAllocationCallbacks* /*allocator*/, in CreateInstance() argument
84 const VkAllocationCallbacks* /*allocator*/) { in DestroyInstance() argument
Ddriver_gen.cpp34 …Device device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato… in checkedCreateSwapchainKHR()
43 …troySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocato… in checkedDestroySwapchainKHR()
Dswapchain.cpp483 const VkAllocationCallbacks* allocator, in CreateAndroidSurfaceKHR()
517 const VkAllocationCallbacks* allocator) { in DestroySurfaceKHR()
776 const VkAllocationCallbacks* allocator, in CreateSwapchainKHR()
1146 const VkAllocationCallbacks* allocator) { in DestroySwapchainKHR()
1339 const VkAllocationCallbacks* allocator = &GetData(device).allocator; in QueuePresentKHR()
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h1421 typedef struct VkAllocationCallbacks { struct
1428 } VkAllocationCallbacks; argument
2476 …_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2477 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* p…
2487 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2488 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2497 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
2498 … *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato…
2511 …nce)(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2512 …PI_PTR *PFN_vkDestroyFence)(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
[all …]
/frameworks/native/vulkan/api/
Dvulkan.api2455 class VkAllocationCallbacks {
4892 const VkAllocationCallbacks* pAllocator,
4909 const VkAllocationCallbacks* pAllocator) {
5038 const VkAllocationCallbacks* pAllocator,
5053 const VkAllocationCallbacks* pAllocator) {
5197 const VkAllocationCallbacks* pAllocator,
5215 const VkAllocationCallbacks* pAllocator) {
5418 const VkAllocationCallbacks* pAllocator,
5435 const VkAllocationCallbacks* pAllocator) {
5498 const VkAllocationCallbacks* pAllocator,
[all …]