Home
last modified time | relevance | path

Searched refs:marshal_VkAllocationCallbacks (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp215marshal_VkAllocationCallbacks(countingStream, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateInstance()
232 marshal_VkAllocationCallbacks(stream, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateInstance()
292marshal_VkAllocationCallbacks(countingStream, (VkAllocationCallbacks*)(local_pAllocator)); in vkDestroyInstance()
308 marshal_VkAllocationCallbacks(stream, (VkAllocationCallbacks*)(local_pAllocator)); in vkDestroyInstance()
928marshal_VkAllocationCallbacks(countingStream, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateDevice()
948 marshal_VkAllocationCallbacks(stream, (VkAllocationCallbacks*)(local_pAllocator)); in vkCreateDevice()
1009marshal_VkAllocationCallbacks(countingStream, (VkAllocationCallbacks*)(local_pAllocator)); in vkDestroyDevice()
1025 marshal_VkAllocationCallbacks(stream, (VkAllocationCallbacks*)(local_pAllocator)); in vkDestroyDevice()
1776marshal_VkAllocationCallbacks(countingStream, (VkAllocationCallbacks*)(local_pAllocator)); in vkAllocateMemory()
1796 marshal_VkAllocationCallbacks(stream, (VkAllocationCallbacks*)(local_pAllocator)); in vkAllocateMemory()
[all …]
Dgoldfish_vk_marshaling_guest.h63 void marshal_VkAllocationCallbacks(
Dgoldfish_vk_marshaling_guest.cpp173 void marshal_VkAllocationCallbacks( in marshal_VkAllocationCallbacks() function