clRetainCommandQueue 647 3rdparty/include/opencl/1.2/CL/cl.h clRetainCommandQueue(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0; clRetainCommandQueue 1614 3rdparty/include/opencl/1.2/CL/cl.hpp { return ::clRetainCommandQueue(queue); } clRetainCommandQueue 356 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainCommandQueue)(cl_command_queue); clRetainCommandQueue 513 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainCommandQueue)(cl_command_queue) = clRetainCommandQueue 515 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clRetainCommandQueue_definition = { "clRetainCommandQueue", (void**)&clRetainCommandQueue};