Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DAndroidSubAllocator.cpp65 stream->putBe64(allocator->total_bytes); in save()
70 stream->putBe64(block->offset); in save()
71 stream->putBe64(block->size_available); in save()
79 stream->putBe64(pageSize); in save()
80 stream->putBe64(totalSize); in save()
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp186 countingStream->putBe64(cgen_var_0); in vkCreateInstance()
203 stream->putBe64(cgen_var_2); in vkCreateInstance()
265 countingStream->putBe64(cgen_var_6); in vkDestroyInstance()
281 stream->putBe64(cgen_var_8); in vkDestroyInstance()
314 countingStream->putBe64(cgen_var_10); in vkEnumeratePhysicalDevices()
321 countingStream->putBe64(cgen_var_11); in vkEnumeratePhysicalDevices()
343 stream->putBe64(cgen_var_14); in vkEnumeratePhysicalDevices()
351 stream->putBe64(cgen_var_15); in vkEnumeratePhysicalDevices()
622 countingStream->putBe64(cgen_var_29); in vkGetPhysicalDeviceQueueFamilyProperties()
629 countingStream->putBe64(cgen_var_30); in vkGetPhysicalDeviceQueueFamilyProperties()
[all …]
Dgoldfish_vk_marshaling_guest.cpp59 vkStream->putBe64(cgen_var_0); in marshal_VkApplicationInfo()
74 vkStream->putBe64(cgen_var_1); in marshal_VkApplicationInfo()
157 vkStream->putBe64(cgen_var_4); in marshal_VkInstanceCreateInfo()
205 vkStream->putBe64(cgen_var_6); in marshal_VkAllocationCallbacks()
211 vkStream->putBe64(cgen_var_7); in marshal_VkAllocationCallbacks()
213 vkStream->putBe64(cgen_var_8); in marshal_VkAllocationCallbacks()
215 vkStream->putBe64(cgen_var_9); in marshal_VkAllocationCallbacks()
217 vkStream->putBe64(cgen_var_10); in marshal_VkAllocationCallbacks()
219 vkStream->putBe64(cgen_var_11); in marshal_VkAllocationCallbacks()
495 vkStream->putBe64(cgen_var_18); in marshal_VkPhysicalDeviceLimits()
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStream.h56 void putBe64(uint64_t value);
DStream.cpp62 void Stream::putBe64(uint64_t value) { in putBe64() function in android::base::Stream