Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp10378 …size_t currExtSize = goldfish_vk_extension_struct_size_with_stream_features(vkStream->getFeatureBi… in marshal_extension_struct() local
10379 if (!currExtSize && structExtension) in marshal_extension_struct()
10388 vkStream->putBe32(currExtSize); in marshal_extension_struct()
10389 if (!currExtSize) in marshal_extension_struct()
11073 …size_t currExtSize = goldfish_vk_extension_struct_size_with_stream_features(vkStream->getFeatureBi… in unmarshal_extension_struct() local
11074 if (!currExtSize && structExtension_out) in unmarshal_extension_struct()
11084 if (!currExtSize) in unmarshal_extension_struct()