Home
last modified time | relevance | path

Searched refs:android_hardware_buffer (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c663 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() local
804 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()
Dradv_private.h959 struct AHardwareBuffer *android_hardware_buffer; member
Dradv_device.c5409 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()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst92 dEQP-VK.api.external.memory.android_hardware_buffer.dedicated.image#export_import_bind_bind
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Dapi.txt87782 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.device_only.import_twice
87783 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.device_only.import_multiple_times
87784 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.host_visible.import_twice
87785 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.host_visible.import_multiple_times
87786 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.buffer.info
87787 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.buffer.bind_export_import_bind
87788 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.buffer.export_bind_import_bind
87789 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.buffer.export_import_bind_bind
87790 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.image.info
87791 dEQP-VK.api.external.memory.android_hardware_buffer.suballocated.image.bind_export_import_bind
[all …]