Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp1246 static AhbFunctions ahbFunctions; variable
1267 if (!ahbFunctionsLoaded(&ahbFunctions)) in loadAhbDynamicApis()
1270ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()
1271ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction(… in loadAhbDynamicApis()
1272ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("… in loadAhbDynamicApis()
1273ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("… in loadAhbDynamicApis()
1275 return ahbFunctionsLoaded(&ahbFunctions); in loadAhbDynamicApis()
1334 ahbFunctions.allocate(&hbufferdesc, &hbuffer); in allocate()
1341 ahbFunctions.acquire(static_cast<AHardwareBuffer*>(buffer.internal)); in acquire()
1346 ahbFunctions.release(static_cast<AHardwareBuffer*>(buffer.internal)); in release()
[all …]