Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp20768 VkDeviceEventInfoEXT* local_pDeviceEventInfo; in vkRegisterDeviceEventEXT() local
20771 local_pDeviceEventInfo = nullptr; in vkRegisterDeviceEventEXT()
20774local_pDeviceEventInfo = (VkDeviceEventInfoEXT*)pool->alloc(sizeof(const VkDeviceEventInfoEXT)); in vkRegisterDeviceEventEXT()
20775 …copy_VkDeviceEventInfoEXT(pool, pDeviceEventInfo, (VkDeviceEventInfoEXT*)(local_pDeviceEventInfo)); in vkRegisterDeviceEventEXT()
20784 if (local_pDeviceEventInfo) in vkRegisterDeviceEventEXT()
20786 …m_tohost_VkDeviceEventInfoEXT(mImpl->resources(), (VkDeviceEventInfoEXT*)(local_pDeviceEventInfo)); in vkRegisterDeviceEventEXT()
20797 … marshal_VkDeviceEventInfoEXT(countingStream, (VkDeviceEventInfoEXT*)(local_pDeviceEventInfo)); in vkRegisterDeviceEventEXT()
20817 marshal_VkDeviceEventInfoEXT(stream, (VkDeviceEventInfoEXT*)(local_pDeviceEventInfo)); in vkRegisterDeviceEventEXT()