clRetainProgram   761 3rdparty/include/opencl/1.2/CL/cl.h clRetainProgram(cl_program /* program */) CL_API_SUFFIX__VERSION_1_0;
clRetainProgram  1641 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clRetainProgram(program); }
clRetainProgram   362 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainProgram)(cl_program);
clRetainProgram   537 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainProgram)(cl_program) =
clRetainProgram   539 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clRetainProgram_definition = { "clRetainProgram", (void**)&clRetainProgram};