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.cpp212 countingStream->putBe64(cgen_var_0); in vkCreateInstance()
229 stream->putBe64(cgen_var_2); in vkCreateInstance()
289 countingStream->putBe64(cgen_var_6); in vkDestroyInstance()
305 stream->putBe64(cgen_var_8); in vkDestroyInstance()
341 countingStream->putBe64(cgen_var_10); in vkEnumeratePhysicalDevices()
348 countingStream->putBe64(cgen_var_11); in vkEnumeratePhysicalDevices()
370 stream->putBe64(cgen_var_14); in vkEnumeratePhysicalDevices()
378 stream->putBe64(cgen_var_15); in vkEnumeratePhysicalDevices()
659 countingStream->putBe64(cgen_var_29); in vkGetPhysicalDeviceQueueFamilyProperties()
666 countingStream->putBe64(cgen_var_30); in vkGetPhysicalDeviceQueueFamilyProperties()
[all …]
Dgoldfish_vk_marshaling_guest.cpp53 vkStream->putBe64(cgen_var_0); in marshal_VkApplicationInfo()
68 vkStream->putBe64(cgen_var_1); in marshal_VkApplicationInfo()
138 vkStream->putBe64(cgen_var_4); in marshal_VkInstanceCreateInfo()
179 vkStream->putBe64(cgen_var_6); in marshal_VkAllocationCallbacks()
185 vkStream->putBe64(cgen_var_7); in marshal_VkAllocationCallbacks()
187 vkStream->putBe64(cgen_var_8); in marshal_VkAllocationCallbacks()
189 vkStream->putBe64(cgen_var_9); in marshal_VkAllocationCallbacks()
191 vkStream->putBe64(cgen_var_10); in marshal_VkAllocationCallbacks()
193 vkStream->putBe64(cgen_var_11); in marshal_VkAllocationCallbacks()
469 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