Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dvk_struct_id.h32 REGISTER_VK_STRUCT_ID(VkExternalFormatANDROID, VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID);
Dgoldfish_vk_private_defs.h178 typedef struct VkExternalFormatANDROID { struct
182 } VkExternalFormatANDROID; argument
Dgoldfish_vk_extension_structs_guest.cpp719 return sizeof(VkExternalFormatANDROID); in goldfish_vk_extension_struct_size()
1288 return sizeof(VkExternalFormatANDROID); in goldfish_vk_extension_struct_size_with_stream_features()
DResourceTracker.cpp2949 VkExternalFormatANDROID localExtFormatAndroid; in on_vkCreateImage()
2950 const VkExternalFormatANDROID* extFormatAndroidPtr = in on_vkCreateImage()
2951 vk_find_struct<VkExternalFormatANDROID>(pCreateInfo); in on_vkCreateImage()
3072 const VkExternalFormatANDROID* extFormatAndroidPtr = in on_vkCreateSamplerYcbcrConversion()
3073 vk_find_struct<VkExternalFormatANDROID>(pCreateInfo); in on_vkCreateSamplerYcbcrConversion()
3122 const VkExternalFormatANDROID* extFormatAndroidPtr = in on_vkCreateSamplerYcbcrConversionKHR()
3123 vk_find_struct<VkExternalFormatANDROID>(pCreateInfo); in on_vkCreateSamplerYcbcrConversionKHR()
4926 const VkExternalFormatANDROID* extFormatAndroidPtr = in on_vkCreateImageView()
4927 vk_find_struct<VkExternalFormatANDROID>(pCreateInfo); in on_vkCreateImageView()
Dgoldfish_vk_deepcopy_guest.h1812 const VkExternalFormatANDROID* from,
1813 VkExternalFormatANDROID* to);
Dgoldfish_vk_transform_guest.h2751 VkExternalFormatANDROID* toTransform);
2755 VkExternalFormatANDROID* toTransform);
Dgoldfish_vk_handlemap_guest.h1499 VkExternalFormatANDROID* toMap);
Dgoldfish_vk_marshaling_guest.h3054 const VkExternalFormatANDROID* forMarshaling);
3058 VkExternalFormatANDROID* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp8047 VkExternalFormatANDROID* toTransform) in transform_tohost_VkExternalFormatANDROID()
8059 VkExternalFormatANDROID* toTransform) in transform_fromhost_VkExternalFormatANDROID()
9514 …tohost_VkExternalFormatANDROID(resourceTracker, reinterpret_cast<VkExternalFormatANDROID*>(structE… in transform_tohost_extension_struct()
10194 …omhost_VkExternalFormatANDROID(resourceTracker, reinterpret_cast<VkExternalFormatANDROID*>(structE… in transform_fromhost_extension_struct()
Dgoldfish_vk_deepcopy_guest.cpp5747 const VkExternalFormatANDROID* from, in deepcopy_VkExternalFormatANDROID()
5748 VkExternalFormatANDROID* to) in deepcopy_VkExternalFormatANDROID()
6933 …ROID(pool, reinterpret_cast<const VkExternalFormatANDROID*>(structExtension), reinterpret_cast<VkE… in deepcopy_extension_struct()
Dgoldfish_vk_handlemap_guest.cpp4277 VkExternalFormatANDROID* toMap) in handlemap_VkExternalFormatANDROID()
5288 …handlemap_VkExternalFormatANDROID(handlemap, reinterpret_cast<VkExternalFormatANDROID*>(structExte… in handlemap_extension_struct()
Dgoldfish_vk_marshaling_guest.cpp9419 const VkExternalFormatANDROID* forMarshaling) in marshal_VkExternalFormatANDROID()
9428 VkExternalFormatANDROID* forUnmarshaling) in unmarshal_VkExternalFormatANDROID()
10895 …marshal_VkExternalFormatANDROID(vkStream, reinterpret_cast<const VkExternalFormatANDROID*>(structE… in marshal_extension_struct()
11592 …unmarshal_VkExternalFormatANDROID(vkStream, reinterpret_cast<VkExternalFormatANDROID*>(structExten… in unmarshal_extension_struct()