/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 31 …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 …]
|
D | null_driver.cpp | 38 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/ |
D | api_gen.cpp | 56 …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 …]
|
D | driver.h | 64 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);
|
D | driver.cpp | 79 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 …]
|
D | swapchain.h | 26 …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…
|
D | api.h | 28 …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);
|
D | api.cpp | 47 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 …]
|
D | debug_report.h | 28 …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);
|
D | debug_report.cpp | 25 const VkAllocationCallbacks& allocator) { in AddCallback() 42 const VkAllocationCallbacks& allocator) { in RemoveCallback() 119 const VkAllocationCallbacks* allocator, in CreateDebugReportCallbackEXT() 150 const VkAllocationCallbacks* allocator) { in DestroyDebugReportCallbackEXT()
|
D | stubhal.cpp | 66 const VkAllocationCallbacks* /*allocator*/, in CreateInstance() argument 82 const VkAllocationCallbacks* /*allocator*/) { in DestroyInstance() argument
|
D | driver_gen.cpp | 32 …Device device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocato… in checkedCreateSwapchainKHR() 41 …troySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocato… in checkedDestroySwapchainKHR()
|
D | swapchain.cpp | 216 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/ |
D | vulkan.h | 1178 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/ |
D | vulkan.api | 1457 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 …]
|