clCreateProgramWithSource  738 3rdparty/include/opencl/1.2/CL/cl.h clCreateProgramWithSource(cl_context        /* context */,
clCreateProgramWithSource  383 3rdparty/include/opencl/1.2/CL/cl.hpp #define __CREATE_PROGRAM_WITH_SOURCE_ERR    __ERR_STR(clCreateProgramWithSource)
clCreateProgramWithSource 4586 3rdparty/include/opencl/1.2/CL/cl.hpp         object_ = ::clCreateProgramWithSource(
clCreateProgramWithSource 4621 3rdparty/include/opencl/1.2/CL/cl.hpp         object_ = ::clCreateProgramWithSource(
clCreateProgramWithSource 4655 3rdparty/include/opencl/1.2/CL/cl.hpp         object_ = ::clCreateProgramWithSource(
clCreateProgramWithSource 4694 3rdparty/include/opencl/1.2/CL/cl.hpp         object_ = ::clCreateProgramWithSource(
clCreateProgramWithSource  296 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, const char**, const size_t*, cl_int*);
clCreateProgramWithSource 1110 modules/core/src/ocl.cpp OCL_FUNC_P(cl_program, clCreateProgramWithSource,
clCreateProgramWithSource 3484 modules/core/src/ocl.cpp         handle = clCreateProgramWithSource((cl_context)ctx.ptr(), 1, &srcptr, &srclen, &retval);
clCreateProgramWithSource  273 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, const char**, const size_t*, cl_int*) =
clCreateProgramWithSource  275 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clCreateProgramWithSource_definition = { "clCreateProgramWithSource", (void**)&clCreateProgramWithSource};