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.cpp38 VkAllocationCallbacks allocator;
98 VkAllocationCallbacks allocator;
235 const VkAllocationCallbacks kDefaultAllocCallbacks = {
293 const VkAllocationCallbacks* allocator, in CreateInstance()
339 const VkAllocationCallbacks* /*allocator*/) { in DestroyInstance() argument
612 const VkAllocationCallbacks* allocator, in CreateDevice()
642 const VkAllocationCallbacks* /*allocator*/) { in DestroyDevice() argument
657 VkAllocationCallbacks allocator;
663 const VkAllocationCallbacks* allocator, in DEFINE_OBJECT_HANDLE_CONVERSION()
679 const VkAllocationCallbacks* /*allocator*/) { in DestroyCommandPool() argument
[all …]
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp56 …R void disabledDestroySurfaceKHR(VkInstance instance, VkSurfaceKHR, const VkAllocationCallbacks*) { in disabledDestroySurfaceKHR() argument
80 …pchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR*, const VkAllocationCallbacks*, VkSwapch… in disabledCreateSwapchainKHR() argument
85 …R void disabledDestroySwapchainKHR(VkDevice device, VkSwapchainKHR, const VkAllocationCallbacks*) { in disabledDestroySwapchainKHR() argument
104 …(VkInstance instance, const VkAndroidSurfaceCreateInfoKHR*, const VkAllocationCallbacks*, VkSurfac… in disabledCreateAndroidSurfaceKHR() argument
301 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
302 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl…
315 …ence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
316 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
320 …(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
321 …id DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocato…
[all …]
Ddriver.h64 InstanceData(const VkAllocationCallbacks& alloc) in InstanceData()
74 const VkAllocationCallbacks allocator;
85 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData()
96 const VkAllocationCallbacks allocator;
107 const VkAllocationCallbacks& GetDefaultAllocator();
116 …ult CreateInstance(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
117 VKAPI_ATTR void DestroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator);
118 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
119 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
Ddriver.cpp79 const VkAllocationCallbacks& allocator);
82 const VkAllocationCallbacks& allocator);
114 const VkAllocationCallbacks& allocator_;
256 const VkAllocationCallbacks& allocator) in CreateInfoWrapper()
268 const VkAllocationCallbacks& allocator) in CreateInfoWrapper()
542 InstanceData* AllocateInstanceData(const VkAllocationCallbacks& allocator) { in AllocateInstanceData()
553 const VkAllocationCallbacks& allocator) { in FreeInstanceData()
559 const VkAllocationCallbacks& allocator, in AllocateDeviceData()
570 void FreeDeviceData(DeviceData* data, const VkAllocationCallbacks& allocator) { in FreeDeviceData()
585 const VkAllocationCallbacks& GetDefaultAllocator() { in GetDefaultAllocator()
[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…
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.cpp47 OverrideLayerNames(bool is_instance, const VkAllocationCallbacks& allocator) in OverrideLayerNames()
292 const VkAllocationCallbacks& allocator_;
308 const VkAllocationCallbacks& allocator) in OverrideExtensionNames()
358 const VkAllocationCallbacks& allocator_;
379 const VkAllocationCallbacks* allocator,
384 const VkAllocationCallbacks* allocator,
388 const VkAllocationCallbacks* allocator);
391 const VkAllocationCallbacks* allocator);
399 const VkAllocationCallbacks& allocator);
420 const VkAllocationCallbacks* allocator,
[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()
119 const VkAllocationCallbacks* allocator, in CreateDebugReportCallbackEXT()
150 const VkAllocationCallbacks* allocator) { in DestroyDebugReportCallbackEXT()
Dstubhal.cpp66 const VkAllocationCallbacks* /*allocator*/, in CreateInstance() argument
82 const VkAllocationCallbacks* /*allocator*/) { in DestroyInstance() argument
Ddriver_gen.cpp32 …Device device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato… in checkedCreateSwapchainKHR()
41 …troySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocato… in checkedDestroySwapchainKHR()
Dswapchain.cpp216 const VkAllocationCallbacks* allocator, in CreateAndroidSurfaceKHR()
250 const VkAllocationCallbacks* allocator) { in DestroySurfaceKHR()
393 const VkAllocationCallbacks* allocator, in CreateSwapchainKHR()
719 const VkAllocationCallbacks* allocator) { in DestroySwapchainKHR()
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h1178 typedef struct VkAllocationCallbacks { struct
1185 } VkAllocationCallbacks; argument
2233 …_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2234 typedef void (VKAPI_PTR *PFN_vkDestroyInstance)(VkInstance instance, const VkAllocationCallbacks* p…
2244 …vice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2245 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2254 …VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocato…
2255 … *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato…
2268 …nce)(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocato…
2269 …PI_PTR *PFN_vkDestroyFence)(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
[all …]
/frameworks/native/vulkan/api/
Dvulkan.api1457 class VkAllocationCallbacks {
2753 const VkAllocationCallbacks* pAllocator,
2770 const VkAllocationCallbacks* pAllocator) {
2899 const VkAllocationCallbacks* pAllocator,
2914 const VkAllocationCallbacks* pAllocator) {
3058 const VkAllocationCallbacks* pAllocator,
3076 const VkAllocationCallbacks* pAllocator) {
3279 const VkAllocationCallbacks* pAllocator,
3296 const VkAllocationCallbacks* pAllocator) {
3359 const VkAllocationCallbacks* pAllocator,
[all …]