clRetainEvent 879 3rdparty/include/opencl/1.2/CL/cl.h clRetainEvent(cl_event /* event */) CL_API_SUFFIX__VERSION_1_0; clRetainEvent 1659 3rdparty/include/opencl/1.2/CL/cl.hpp { return ::clRetainEvent(event); } clRetainEvent 359 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainEvent)(cl_event); clRetainEvent 525 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainEvent)(cl_event) = clRetainEvent 527 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clRetainEvent_definition = { "clRetainEvent", (void**)&clRetainEvent};