Home
last modified time | relevance | path

Searched refs:safe_VkAllocationCallbacks (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h80 struct safe_VkAllocationCallbacks { struct
87 safe_VkAllocationCallbacks(const VkAllocationCallbacks* in_struct); argument
88 safe_VkAllocationCallbacks(const safe_VkAllocationCallbacks& src);
89 safe_VkAllocationCallbacks& operator=(const safe_VkAllocationCallbacks& src); argument
90 safe_VkAllocationCallbacks();
91 ~safe_VkAllocationCallbacks();
93 void initialize(const safe_VkAllocationCallbacks* src);
Dvk_safe_struct.cpp278 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks(const VkAllocationCallbacks* in_struct) : in safe_VkAllocationCallbacks() function in safe_VkAllocationCallbacks
288 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks() : in safe_VkAllocationCallbacks() function in safe_VkAllocationCallbacks
292 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks(const safe_VkAllocationCallbacks& src) in safe_VkAllocationCallbacks() function in safe_VkAllocationCallbacks
302 safe_VkAllocationCallbacks& safe_VkAllocationCallbacks::operator=(const safe_VkAllocationCallbacks&… in operator =()
317 safe_VkAllocationCallbacks::~safe_VkAllocationCallbacks() in ~safe_VkAllocationCallbacks()
321 void safe_VkAllocationCallbacks::initialize(const VkAllocationCallbacks* in_struct) in initialize()
331 void safe_VkAllocationCallbacks::initialize(const safe_VkAllocationCallbacks* src) in initialize()