Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3501 …auto import_ahb_info = lvl_find_in_chain<VkImportAndroidHardwareBufferInfoANDROID>(alloc_info->pNe… in ValidateAllocateMemoryANDROID() local
3505 if ((import_ahb_info) && (NULL != import_ahb_info->buffer)) { in ValidateAllocateMemoryANDROID()
3508 AHardwareBuffer_describe(import_ahb_info->buffer, &ahb_desc); in ValidateAllocateMemoryANDROID()
3593 … DispatchGetAndroidHardwareBufferPropertiesANDROID(device, import_ahb_info->buffer, &ahb_props); in ValidateAllocateMemoryANDROID()