Searched refs:android_hardware_buffer (Results 1 – 5 of 5) sorted by relevance
663 assert(mem->android_hardware_buffer); in radv_GetMemoryAndroidHardwareBufferANDROID()675 *pBuffer = mem->android_hardware_buffer; in radv_GetMemoryAndroidHardwareBufferANDROID()677 AHardwareBuffer_acquire(mem->android_hardware_buffer); in radv_GetMemoryAndroidHardwareBufferANDROID()754 mem->android_hardware_buffer = info->buffer; in radv_import_ahb_memory()795 struct AHardwareBuffer *android_hardware_buffer = NULL; in radv_create_ahb_memory() local804 if (AHardwareBuffer_allocate(&desc, &android_hardware_buffer) != 0) in radv_create_ahb_memory()807 mem->android_hardware_buffer = android_hardware_buffer; in radv_create_ahb_memory()810 .buffer = mem->android_hardware_buffer, in radv_create_ahb_memory()816 AHardwareBuffer_release(mem->android_hardware_buffer); in radv_create_ahb_memory()
959 struct AHardwareBuffer *android_hardware_buffer; member
5409 if (mem->android_hardware_buffer) in radv_free_memory()5410 AHardwareBuffer_release(mem->android_hardware_buffer); in radv_free_memory()5518 mem->android_hardware_buffer = NULL; in radv_alloc_memory()
92 dEQP-VK.api.external.memory.android_hardware_buffer.dedicated.image#export_import_bind_bind
87782 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.device_only.import_twice87783 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.device_only.import_multiple_times87784 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.host_visible.import_twice87785 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.host_visible.import_multiple_times87786 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.buffer.info87787 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.buffer.bind_export_import_bind87788 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.buffer.export_bind_import_bind87789 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.buffer.export_import_bind_bind87790 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.image.info87791 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.image.bind_export_import_bind[all …]