clRetainDevice    605 3rdparty/include/opencl/1.2/CL/cl.h clRetainDevice(cl_device_id /* device */) CL_API_SUFFIX__VERSION_1_2;
clRetainDevice   1561 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clRetainDevice(device); }
clRetainDevice    358 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainDevice)(cl_device_id);
clRetainDevice    521 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainDevice)(cl_device_id) =
clRetainDevice    523 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clRetainDevice_definition = { "clRetainDevice", (void**)&clRetainDevice};