Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp114 AhbFunctions ahbFunctions; member
134 if (!ahbFunctionsLoaded(&ahbFunctions, sdkVersion)) in loadAhbDynamicApis()
137 ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction("AHardwareBuffer_allocate")); in loadAhbDynamicApis()
138 ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction("AHardwareBuffer_describe")); in loadAhbDynamicApis()
139 ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("AHardwareBuffer_acquire")); in loadAhbDynamicApis()
140 ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("AHardwareBuffer_release")); in loadAhbDynamicApis()
142 ahbFunctions.isSupported = reinterpret_cast<pfnAHardwareBuffer_isSupported>(libnativewindow.getFunction("AHardwareBuffer_isSupported")); in loadAhbDynamicApis()
144 ahbFunctions.isSupported = DE_NULL; in loadAhbDynamicApis()
146 return ahbFunctionsLoaded(&ahbFunctions, sdkVersion); in loadAhbDynamicApis()
221 if (ahbFunctions in AndroidNativeClientBuffer()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp1617 static AhbFunctions ahbFunctions; member
1638 if (!ahbFunctionsLoaded(&ahbFunctions)) in loadAhbDynamicApis()
1641 ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction("AHardwareBuffer_allocate")); in loadAhbDynamicApis()
1642 ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction("AHardwareBuffer_describe")); in loadAhbDynamicApis()
1643 ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("AHardwareBuffer_acquire")); in loadAhbDynamicApis()
1644 ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("AHardwareBuffer_release")); in loadAhbDynamicApis()
1646 return ahbFunctionsLoaded(&ahbFunctions); in loadAhbDynamicApis()
1705 ahbFunctions.allocate(&hbufferdesc, &hbuffer); in allocate()
1712 ahbFunctions.acquire(static_cast<AHardwareBuffer*>(buffer.internal)); in acquire()
1717 ahbFunctions in release()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktExternalMemoryUtil.cpp1491 static AhbFunctions ahbFunctions; member
1512 if (!ahbFunctionsLoaded(&ahbFunctions)) in loadAhbDynamicApis()
1515 ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction("AHardwareBuffer_allocate")); in loadAhbDynamicApis()
1516 ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction("AHardwareBuffer_describe")); in loadAhbDynamicApis()
1517 ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("AHardwareBuffer_acquire")); in loadAhbDynamicApis()
1518 ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("AHardwareBuffer_release")); in loadAhbDynamicApis()
1520 return ahbFunctionsLoaded(&ahbFunctions); in loadAhbDynamicApis()
1579 ahbFunctions.allocate(&hbufferdesc, &hbuffer); in allocate()
1586 ahbFunctions.acquire(static_cast<AHardwareBuffer*>(buffer.internal)); in acquire()
1591 ahbFunctions in release()
[all...]

Completed in 7 milliseconds