clRetainMemObject  683 3rdparty/include/opencl/1.2/CL/cl.h clRetainMemObject(cl_mem /* memobj */) CL_API_SUFFIX__VERSION_1_0;
clRetainMemObject 1623 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clRetainMemObject(memory); }
clRetainMemObject  361 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainMemObject)(cl_mem);
clRetainMemObject  533 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainMemObject)(cl_mem) =
clRetainMemObject  535 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clRetainMemObject_definition = { "clRetainMemObject", (void**)&clRetainMemObject};