Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalAndroid.hpp33 bool importAhb = false; member
50 return info.importAhb || info.exportAhb; in SupportsAllocateInfo()
74 return allocateInfo.importAhb; in isImport()
DVkDeviceMemoryExternalAndroid.cpp171 importAhb = true; in AllocateInfo()
208 if(allocateInfo.importAhb) in allocateBuffer()