Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h1067 void marshal_VkBindBufferMemoryInfo(
DVkEncoder.cpp9986marshal_VkBindBufferMemoryInfo(countingStream, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
10000 marshal_VkBindBufferMemoryInfo(stream, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2()
17764marshal_VkBindBufferMemoryInfo(countingStream, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2KHR()
17778 marshal_VkBindBufferMemoryInfo(stream, (VkBindBufferMemoryInfo*)(local_pBindInfos + i)); in vkBindBufferMemory2KHR()
Dgoldfish_vk_marshaling_guest.cpp4549 void marshal_VkBindBufferMemoryInfo( in marshal_VkBindBufferMemoryInfo() function