Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6191 const SECURITY_ATTRIBUTES* check_pAttributes; in unmarshal_VkExportMemoryWin32HandleInfoKHR() local
6192 check_pAttributes = (const SECURITY_ATTRIBUTES*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkExportMemoryWin32HandleInfoKHR()
6195 if (!(check_pAttributes)) in unmarshal_VkExportMemoryWin32HandleInfoKHR()
6427 const SECURITY_ATTRIBUTES* check_pAttributes; in unmarshal_VkExportSemaphoreWin32HandleInfoKHR() local
6428 check_pAttributes = (const SECURITY_ATTRIBUTES*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkExportSemaphoreWin32HandleInfoKHR()
6431 if (!(check_pAttributes)) in unmarshal_VkExportSemaphoreWin32HandleInfoKHR()
7043 const SECURITY_ATTRIBUTES* check_pAttributes; in unmarshal_VkExportFenceWin32HandleInfoKHR() local
7044 check_pAttributes = (const SECURITY_ATTRIBUTES*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkExportFenceWin32HandleInfoKHR()
7047 if (!(check_pAttributes)) in unmarshal_VkExportFenceWin32HandleInfoKHR()
7826 const SECURITY_ATTRIBUTES* check_pAttributes; in unmarshal_VkExportMemoryWin32HandleInfoNV() local
[all …]