cl_khr_external_memory_android_hardware_buffer test

Android AHardwareBuffer test.  Initial testing
for buffers and images.
This commit is contained in:
joshqti
2025-06-06 11:44:16 -07:00
parent f209922722
commit e9d4078a0b
7 changed files with 2227 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ add_subdirectory( cl_ext_cxx_for_opencl )
add_subdirectory( cl_khr_command_buffer )
add_subdirectory( cl_khr_dx9_media_sharing )
add_subdirectory( cl_khr_external_memory_dma_buf )
add_subdirectory( cl_khr_external_memory_ahb )
add_subdirectory( cl_khr_semaphore )
add_subdirectory( cl_khr_kernel_clock )
add_subdirectory( cl_ext_buffer_device_address )