We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4bb08 commit d1eb455Copy full SHA for d1eb455
1 file changed
api/opencl_runtime_layer.asciidoc
@@ -2331,7 +2331,7 @@ endif::cl_khr_external_memory[]
2331
** if there are no devices in _context_ that support _image_format_
2332
ifdef::cl_khr_external_memory_android_hardware_buffer[]
2333
** if _properties_ includes an AHardwareBuffer external memory handle and
2334
- the AHardwareBuffer format is not supported
+ the AHardwareBuffer format is `AHARDWAREBUFFER_FORMAT_BLOB` or not supported
2335
endif::cl_khr_external_memory_android_hardware_buffer[]
2336
* {CL_MEM_OBJECT_ALLOCATION_FAILURE}
2337
** if there is a failure to allocate memory for the image object
0 commit comments