Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglAndroidUtil.cpp85 typedef int (*pfnAHardwareBuffer_allocate)(const AHardwareBuffer_Desc* desc, AHardwareBuffer** out… typedef
93 pfnAHardwareBuffer_allocate allocate;
125 …ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp1328 typedef int (*pfnAHardwareBuffer_allocate)(const AHardwareBuffer_Desc* desc, AHardwareBuffer** out… typedef
1335 pfnAHardwareBuffer_allocate allocate;
1365 …ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()