Skip to content

Commit d1eb455

Browse files
authored
Clarify that images cannot be created from AHB with AHARDWAREBUFFER_FORMAT_BLOB (KhronosGroup#1477)
Change-Id: I4aa8c2b1fbfb871ecc9e8b1d657dfd6c1e27481e Signed-off-by: Kevin Petit <kevin.petit@arm.com>
1 parent 4d4bb08 commit d1eb455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/opencl_runtime_layer.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@ endif::cl_khr_external_memory[]
23312331
** if there are no devices in _context_ that support _image_format_
23322332
ifdef::cl_khr_external_memory_android_hardware_buffer[]
23332333
** if _properties_ includes an AHardwareBuffer external memory handle and
2334-
the AHardwareBuffer format is not supported
2334+
the AHardwareBuffer format is `AHARDWAREBUFFER_FORMAT_BLOB` or not supported
23352335
endif::cl_khr_external_memory_android_hardware_buffer[]
23362336
* {CL_MEM_OBJECT_ALLOCATION_FAILURE}
23372337
** if there is a failure to allocate memory for the image object

0 commit comments

Comments
 (0)