Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DAndroidSubAllocator.cpp93 allocator->total_bytes = stream->getBe64(); in load()
98 block->offset = stream->getBe64(); in load()
99 block->size_available = stream->getBe64(); in load()
107 pageSize = stream->getBe64(); in load()
108 totalSize = stream->getBe64(); in load()
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStream.h71 uint64_t getBe64();
DStream.cpp75 uint64_t Stream::getBe64() { in getBe64() function in android::base::Stream
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp92 check_pApplicationName = (const char*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkApplicationInfo()
111 check_pEngineName = (const char*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkApplicationInfo()
158 check_pApplicationInfo = (const VkApplicationInfo*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkInstanceCreateInfo()
202 check_pUserData = (void*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
211 forUnmarshaling->pfnAllocation = (PFN_vkAllocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
212 forUnmarshaling->pfnReallocation = (PFN_vkReallocationFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
213 forUnmarshaling->pfnFree = (PFN_vkFreeFunction)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
214 …forUnmarshaling->pfnInternalAllocation = (PFN_vkInternalAllocationNotification)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
215 forUnmarshaling->pfnInternalFree = (PFN_vkInternalFreeNotification)vkStream->getBe64(); in unmarshal_VkAllocationCallbacks()
581 forUnmarshaling->minMemoryMapAlignment = (size_t)vkStream->getBe64(); in unmarshal_VkPhysicalDeviceLimits()
[all …]
DVkEncoder.cpp393 check_pPhysicalDeviceCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkEnumeratePhysicalDevices()
405 check_pPhysicalDevices = (VkPhysicalDevice*)(uintptr_t)stream->getBe64(); in vkEnumeratePhysicalDevices()
703 check_pQueueFamilyPropertyCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkGetPhysicalDeviceQueueFamilyProperties()
714 check_pQueueFamilyProperties = (VkQueueFamilyProperties*)(uintptr_t)stream->getBe64(); in vkGetPhysicalDeviceQueueFamilyProperties()
1129 check_pPropertyCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceExtensionProperties()
1140 check_pProperties = (VkExtensionProperties*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceExtensionProperties()
1270 check_pPropertyCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkEnumerateDeviceExtensionProperties()
1281 check_pProperties = (VkExtensionProperties*)(uintptr_t)stream->getBe64(); in vkEnumerateDeviceExtensionProperties()
1367 check_pPropertyCount = (uint32_t*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceLayerProperties()
1378 check_pProperties = (VkLayerProperties*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceLayerProperties()
[all …]