Home
last modified time | relevance | path

Searched defs: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
89 safe_VkAllocationCallbacks& operator=(const safe_VkAllocationCallbacks& src); argument
94 VkAllocationCallbacks *ptr() { return reinterpret_cast<VkAllocationCallbacks *>(this); } in ptr()
95 …ationCallbacks const *ptr() const { return reinterpret_cast<VkAllocationCallbacks const *>(this); } in ptr()
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