Home
last modified time | relevance | path

Searched refs:PFN_vkReallocationFunction (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc433 PFN_vkReallocationFunction pfnReallocation;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc85 * pname:pfnReallocation is a tlink:PFN_vkReallocationFunction pointer to
104 tlink:PFN_vkReallocationFunction
179 [open,refpage='PFN_vkReallocationFunction',desc='Application-defined memory reallocation function',…
183 include::{generated}/api/funcpointers/PFN_vkReallocationFunction.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2953 typedef void* (VKAPI_PTR *PFN_vkReallocationFunction)( typedef
2964 PFN_vkReallocationFunction pfnReallocation;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp402 forUnmarshaling->pfnReallocation = (PFN_vkReallocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp347 memcpy((PFN_vkReallocationFunction*)&forUnmarshaling->pfnReallocation, (*ptr), 8); in reservedunmarshal_VkAllocationCallbacks()
Dgoldfish_vk_marshaling.cpp457 forUnmarshaling->pfnReallocation = (PFN_vkReallocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1354 * Clarify that the tlink:PFN_vkReallocationFunction callback may return