Searched refs:PFN_vkFreeFunction (Results 1 – 7 of 7) sorted by relevance
434 PFN_vkFreeFunction pfnFree;
87 * pname:pfnFree is a tlink:PFN_vkFreeFunction pointer to an107 tlink:PFN_vkFreeFunction212 to a call to tlink:PFN_vkFreeFunction with the same pname:pUserData227 [open,refpage='PFN_vkFreeFunction',desc='Application-defined memory free function',type='funcpointe…231 include::{generated}/api/funcpointers/PFN_vkFreeFunction.adoc[]
2529 typedef void (VKAPI_PTR *PFN_vkFreeFunction)(2535 PFN_vkFreeFunction pfnFree;
2937 typedef void (VKAPI_PTR *PFN_vkFreeFunction)( typedef2965 PFN_vkFreeFunction pfnFree;
403 forUnmarshaling->pfnFree = (PFN_vkFreeFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
350 memcpy((PFN_vkFreeFunction*)&forUnmarshaling->pfnFree, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks()
458 forUnmarshaling->pfnFree = (PFN_vkFreeFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()