Searched refs:AHardwareBuffer_allocate (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dnativewindow_stub.cpp28 AHardwareBuffer_allocate(const AHardwareBuffer_Desc *desc, function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/include/android_stub/android/
H A Dhardware_buffer.h225 * directly through AHardwareBuffer_allocate instead of buffers allocated
307 uint32_t stride; ///< Row stride in pixels, ignored for AHardwareBuffer_allocate()
348 int AHardwareBuffer_allocate(const AHardwareBuffer_Desc* desc,
362 * AHardwareBuffer_acquire() or AHardwareBuffer_allocate().
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_android.c928 if (AHardwareBuffer_allocate(&desc, &android_hardware_buffer) != 0)
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_android.c376 if (AHardwareBuffer_allocate(&desc, &ahw) != 0)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_android.c462 if (AHardwareBuffer_allocate(&desc, &ahw) != 0)
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c850 ret = AHardwareBuffer_allocate(&desc, &ahb);

Completed in 8 milliseconds