Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglAndroidUtil.cpp114 AhbFunctions ahbFunctions; variable
134 if (!ahbFunctionsLoaded(&ahbFunctions, sdkVersion)) in loadAhbDynamicApis()
137ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()
138ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction(… in loadAhbDynamicApis()
139ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("… in loadAhbDynamicApis()
140ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("… in loadAhbDynamicApis()
142ahbFunctions.isSupported = reinterpret_cast<pfnAHardwareBuffer_isSupported>(libnativewindow.getFun… in loadAhbDynamicApis()
144 ahbFunctions.isSupported = DE_NULL; in loadAhbDynamicApis()
146 return ahbFunctionsLoaded(&ahbFunctions, sdkVersion); in loadAhbDynamicApis()
221 if (ahbFunctions.isSupported != DE_NULL) in AndroidNativeClientBuffer()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp1349 static AhbFunctions ahbFunctions; variable
1370 if (!ahbFunctionsLoaded(&ahbFunctions)) in loadAhbDynamicApis()
1373ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()
1374ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction(… in loadAhbDynamicApis()
1375ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("… in loadAhbDynamicApis()
1376ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("… in loadAhbDynamicApis()
1378 return ahbFunctionsLoaded(&ahbFunctions); in loadAhbDynamicApis()
1437 ahbFunctions.allocate(&hbufferdesc, &hbuffer); in allocate()
1444 ahbFunctions.acquire(static_cast<AHardwareBuffer*>(buffer.internal)); in acquire()
1449 ahbFunctions.release(static_cast<AHardwareBuffer*>(buffer.internal)); in release()
[all …]