Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglAndroidUtil.cpp100 AhbFunctions ahbFunctions; variable
122 if (!ahbFunctionsLoaded(&ahbFunctions)) in loadAhbDynamicApis()
125ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()
126ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction(… in loadAhbDynamicApis()
127ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("… in loadAhbDynamicApis()
128ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("… in loadAhbDynamicApis()
129ahbFunctions.isSupported = reinterpret_cast<pfnAHardwareBuffer_isSupported>(libnativewindow.getFu… in loadAhbDynamicApis()
131 return ahbFunctionsLoaded(&ahbFunctions); in loadAhbDynamicApis()
217 if (!ahbFunctions.isSupported(&hbufferdesc)) in AndroidNativeClientBuffer()
220 ahbFunctions.allocate(&hbufferdesc, &m_hardwareBuffer); in AndroidNativeClientBuffer()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp1341 static AhbFunctions ahbFunctions; variable
1362 if (!ahbFunctionsLoaded(&ahbFunctions)) in loadAhbDynamicApis()
1365ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()
1366ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction(… in loadAhbDynamicApis()
1367ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("… in loadAhbDynamicApis()
1368ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("… in loadAhbDynamicApis()
1370 return ahbFunctionsLoaded(&ahbFunctions); in loadAhbDynamicApis()
1429 ahbFunctions.allocate(&hbufferdesc, &hbuffer); in allocate()
1436 ahbFunctions.acquire(static_cast<AHardwareBuffer*>(buffer.internal)); in acquire()
1441 ahbFunctions.release(static_cast<AHardwareBuffer*>(buffer.internal)); in release()
[all …]