Searched refs:pfnInternalFree (Results 1 – 11 of 11) sorted by relevance
52 pname:pfnInternalAllocation and pname:pfnInternalFree.
436 PFN_vkInternalFreeNotification pfnInternalFree;
93 * pname:pfnInternalFree is a tlink:PFN_vkInternalFreeNotification pointer109 If either of pname:pfnInternalAllocation or pname:pfnInternalFree is not265 The type of pname:pfnInternalFree is:365 Upon freeing executable memory, pname:pfnInternalFree will be called.372 pname:pfnInternalFree functions may: be one of the following values:409 both pname:pfnInternalAllocation and pname:pfnInternalFree to `NULL`.410 pname:pfnInternalAllocation and pname:pfnInternalFree must: either both be
518 … pfnInternalFree = printer.write_int("pfnInternalFree", 8, indent, signed=False, big_endian=False)
369 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalFree ); in operator ()()
826 VULKAN_HPP_HASH_COMBINE( seed, allocationCallbacks.pfnInternalFree ); in operator ()()
384 uint64_t cgen_var_5 = (uint64_t)forMarshaling->pfnInternalFree; in marshal_VkAllocationCallbacks()406 forUnmarshaling->pfnInternalFree = (PFN_vkInternalFreeNotification)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
315 uint64_t cgen_var_5 = (uint64_t)forMarshaling->pfnInternalFree; in reservedmarshal_VkAllocationCallbacks()
357 memcpy((PFN_vkInternalFreeNotification*)&forUnmarshaling->pfnInternalFree, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks()358 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pfnInternalFree); in reservedunmarshal_VkAllocationCallbacks()
443 uint64_t cgen_var_5 = (uint64_t)forMarshaling->pfnInternalFree; in marshal_VkAllocationCallbacks()461 forUnmarshaling->pfnInternalFree = (PFN_vkInternalFreeNotification)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
2967 PFN_vkInternalFreeNotification pfnInternalFree; member