Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp1248 static bool ahbFunctionsLoaded(AhbFunctions* pAhbFunctions) in ahbFunctionsLoaded() argument
1252 ((pAhbFunctions->allocate != DE_NULL) && in ahbFunctionsLoaded()
1253 (pAhbFunctions->describe != DE_NULL) && in ahbFunctionsLoaded()
1254 (pAhbFunctions->acquire != DE_NULL) && in ahbFunctionsLoaded()
1255 (pAhbFunctions->release != DE_NULL))) in ahbFunctionsLoaded()