Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h1244 void marshal_VkFormatProperties2(
DVkEncoder.cpp10947 marshal_VkFormatProperties2(countingStream, (VkFormatProperties2*)(pFormatProperties)); in vkGetPhysicalDeviceFormatProperties2()
10958 marshal_VkFormatProperties2(stream, (VkFormatProperties2*)(pFormatProperties)); in vkGetPhysicalDeviceFormatProperties2()
14876 marshal_VkFormatProperties2(countingStream, (VkFormatProperties2*)(pFormatProperties)); in vkGetPhysicalDeviceFormatProperties2KHR()
14887 marshal_VkFormatProperties2(stream, (VkFormatProperties2*)(pFormatProperties)); in vkGetPhysicalDeviceFormatProperties2KHR()
Dgoldfish_vk_marshaling_guest.cpp4387 void marshal_VkFormatProperties2( in marshal_VkFormatProperties2() function