cl_context_info   634 3rdparty/include/opencl/1.2/CL/cl.h                  cl_context_info    /* param_name */, 
cl_context_info  1289 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \
cl_context_info  1290 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
cl_context_info  1291 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
cl_context_info  1354 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\
cl_context_info  2554 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int getInfo(cl_context_info name, T* param) const
cl_context_info  2563 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_context_info, name>::param_type
cl_context_info  2567 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_context_info, name>::param_type param;
cl_context_info   329 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t, void*, size_t*);
cl_context_info   149 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetContextInfo(cl_context p0, cl_context_info p1, size_t p2, void* p3, size_t* p4) { return clGetContextInfo_pfn(p0, p1, p2, p3, p4); }
cl_context_info   405 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t, void*, size_t*) =
cl_context_info   406 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn5<OPENCL_FN_clGetContextInfo, cl_int, cl_context, cl_context_info, size_t, void*, size_t*>::switch_fn;