clRetainContext 627 3rdparty/include/opencl/1.2/CL/cl.h clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0; clRetainContext 1605 3rdparty/include/opencl/1.2/CL/cl.hpp { return ::clRetainContext(context); } clRetainContext 357 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainContext)(cl_context); clRetainContext 517 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainContext)(cl_context) = clRetainContext 519 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clRetainContext_definition = { "clRetainContext", (void**)&clRetainContext};