cl_program         44 3rdparty/include/opencl/1.2/CL/cl.h typedef struct _cl_program *        cl_program;
cl_program        737 3rdparty/include/opencl/1.2/CL/cl.h extern CL_API_ENTRY cl_program CL_API_CALL
cl_program        744 3rdparty/include/opencl/1.2/CL/cl.h extern CL_API_ENTRY cl_program CL_API_CALL
cl_program        753 3rdparty/include/opencl/1.2/CL/cl.h extern CL_API_ENTRY cl_program CL_API_CALL
cl_program        761 3rdparty/include/opencl/1.2/CL/cl.h clRetainProgram(cl_program /* program */) CL_API_SUFFIX__VERSION_1_0;
cl_program        764 3rdparty/include/opencl/1.2/CL/cl.h clReleaseProgram(cl_program /* program */) CL_API_SUFFIX__VERSION_1_0;
cl_program        767 3rdparty/include/opencl/1.2/CL/cl.h clBuildProgram(cl_program           /* program */,
cl_program        771 3rdparty/include/opencl/1.2/CL/cl.h                void (CL_CALLBACK *  /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
cl_program        775 3rdparty/include/opencl/1.2/CL/cl.h clCompileProgram(cl_program           /* program */,
cl_program        780 3rdparty/include/opencl/1.2/CL/cl.h                  const cl_program *   /* input_headers */,
cl_program        782 3rdparty/include/opencl/1.2/CL/cl.h                  void (CL_CALLBACK *  /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
cl_program        785 3rdparty/include/opencl/1.2/CL/cl.h extern CL_API_ENTRY cl_program CL_API_CALL
cl_program        791 3rdparty/include/opencl/1.2/CL/cl.h               const cl_program *   /* input_programs */,
cl_program        792 3rdparty/include/opencl/1.2/CL/cl.h               void (CL_CALLBACK *  /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
cl_program        801 3rdparty/include/opencl/1.2/CL/cl.h clGetProgramInfo(cl_program         /* program */,
cl_program        808 3rdparty/include/opencl/1.2/CL/cl.h clGetProgramBuildInfo(cl_program            /* program */,
cl_program        817 3rdparty/include/opencl/1.2/CL/cl.h clCreateKernel(cl_program      /* program */,
cl_program        822 3rdparty/include/opencl/1.2/CL/cl.h clCreateKernelsInProgram(cl_program     /* program */,
cl_program       1638 3rdparty/include/opencl/1.2/CL/cl.hpp struct ReferenceHandler<cl_program>
cl_program       1640 3rdparty/include/opencl/1.2/CL/cl.hpp     static cl_int retain(cl_program program)
cl_program       1642 3rdparty/include/opencl/1.2/CL/cl.hpp     static cl_int release(cl_program program)
cl_program       4569 3rdparty/include/opencl/1.2/CL/cl.hpp class Program : public detail::Wrapper<cl_program>
cl_program       4812 3rdparty/include/opencl/1.2/CL/cl.hpp     __CL_EXPLICIT_CONSTRUCTORS Program(const cl_program& program) : detail::Wrapper<cl_type>(program) { }
cl_program       4822 3rdparty/include/opencl/1.2/CL/cl.hpp     Program& operator = (const cl_program& rhs)
cl_program       4831 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
cl_program       4854 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
cl_program       4871 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
cl_program       4958 3rdparty/include/opencl/1.2/CL/cl.hpp     void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
cl_program       4964 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_program programs[2] = { input1(), input2() };
cl_program       4968 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_program prog = ::clLinkProgram(
cl_program       4990 3rdparty/include/opencl/1.2/CL/cl.hpp     void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
cl_program       4996 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_program * programs = (cl_program*) alloca(inputPrograms.size() * sizeof(cl_program));
cl_program       5004 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_program prog = ::clLinkProgram(
cl_program        283 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*);
cl_program        284 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*);
cl_program        292 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_kernel (CL_API_CALL*clCreateKernel)(cl_program, const char*, cl_int*);
cl_program        293 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*);
cl_program        294 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*);
cl_program        295 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_id*, const char*, cl_int*);
cl_program        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*);
cl_program        343 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetProgramBuildInfo)(cl_program, cl_device_id, cl_program_build_info, size_t, void*, size_t*);
cl_program        344 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetProgramInfo)(cl_program, cl_program_info, size_t, void*, size_t*);
cl_program        347 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clLinkProgram)(cl_context, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, void (CL_CALLBACK*) (cl_program, void*), void*, cl_int*);
cl_program        354 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseProgram)(cl_program);
cl_program        362 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainProgram)(cl_program);
cl_program         11 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clBuildProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, void (CL_CALLBACK*p4) (cl_program, void*), void* p5) { return clBuildProgram_pfn(p0, p1, p2, p3, p4, p5); }
cl_program         14 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clCompileProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, const char** p6, void (CL_CALLBACK*p7) (cl_program, void*), void* p8) { return clCompileProgram_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8); }
cl_program         38 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_kernel clCreateKernel(cl_program p0, const char* p1, cl_int* p2) { return clCreateKernel_pfn(p0, p1, p2); }
cl_program         41 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clCreateKernelsInProgram(cl_program p0, cl_uint p1, cl_kernel* p2, cl_uint* p3) { return clCreateKernelsInProgram_pfn(p0, p1, p2, p3); }
cl_program         44 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, const size_t* p3, const unsigned char** p4, cl_int* p5, cl_int* p6) { return clCreateProgramWithBinary_pfn(p0, p1, p2, p3, p4, p5, p6); }
cl_program         47 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_int* p4) { return clCreateProgramWithBuiltInKernels_pfn(p0, p1, p2, p3, p4); }
cl_program         50 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_t* p3, cl_int* p4) { return clCreateProgramWithSource_pfn(p0, p1, p2, p3, p4); }
cl_program        191 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetProgramBuildInfo(cl_program p0, cl_device_id p1, cl_program_build_info p2, size_t p3, void* p4, size_t* p5) { return clGetProgramBuildInfo_pfn(p0, p1, p2, p3, p4, p5); }
cl_program        194 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetProgramInfo(cl_program p0, cl_program_info p1, size_t p2, void* p3, size_t* p4) { return clGetProgramInfo_pfn(p0, p1, p2, p3, p4); }
cl_program        203 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_program clLinkProgram(cl_context p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, void (CL_CALLBACK*p6) (cl_program, void*), void* p7, cl_int* p8) { return clLinkProgram_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8); }
cl_program        224 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clReleaseProgram(cl_program p0) { return clReleaseProgram_pfn(p0); }
cl_program        248 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clRetainProgram(cl_program p0) { return clRetainProgram_pfn(p0); }
cl_program       1110 modules/core/src/ocl.cpp OCL_FUNC_P(cl_program, clCreateProgramWithSource,
cl_program       1118 modules/core/src/ocl.cpp OCL_FUNC_P(cl_program, clCreateProgramWithBinary,
cl_program       1128 modules/core/src/ocl.cpp OCL_FUNC(cl_int, clReleaseProgram, (cl_program program), (program))
cl_program       1131 modules/core/src/ocl.cpp     (cl_program program,
cl_program       1135 modules/core/src/ocl.cpp     void (CL_CALLBACK * pfn_notify)(cl_program, void *),
cl_program       1140 modules/core/src/ocl.cpp     (cl_program program,
cl_program       1148 modules/core/src/ocl.cpp     (cl_program program,
cl_program       1157 modules/core/src/ocl.cpp     (cl_program program,
cl_program       3090 modules/core/src/ocl.cpp         cl_program ph = (cl_program)prog.ptr();
cl_program       3602 modules/core/src/ocl.cpp     cl_program handle;
cl_program        221 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*) =
cl_program        222 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn6<OPENCL_FN_clBuildProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*>::switch_fn;
cl_program        225 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*) =
cl_program        226 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn9<OPENCL_FN_clCompileProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*>::switch_fn;
cl_program        257 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_kernel (CL_API_CALL*clCreateKernel)(cl_program, const char*, cl_int*) =
cl_program        258 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn3<OPENCL_FN_clCreateKernel, cl_kernel, cl_program, const char*, cl_int*>::switch_fn;
cl_program        261 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*) =
cl_program        262 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn4<OPENCL_FN_clCreateKernelsInProgram, cl_int, cl_program, cl_uint, cl_kernel*, cl_uint*>::switch_fn;
cl_program        265 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*) =
cl_program        266 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn7<OPENCL_FN_clCreateProgramWithBinary, cl_program, cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*>::switch_fn;
cl_program        269 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_id*, const char*, cl_int*) =
cl_program        270 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn5<OPENCL_FN_clCreateProgramWithBuiltInKernels, cl_program, cl_context, cl_uint, const cl_device_id*, const char*, cl_int*>::switch_fn;
cl_program        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*) =
cl_program        274 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn5<OPENCL_FN_clCreateProgramWithSource, cl_program, cl_context, cl_uint, const char**, const size_t*, cl_int*>::switch_fn;
cl_program        461 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetProgramBuildInfo)(cl_program, cl_device_id, cl_program_build_info, size_t, void*, size_t*) =
cl_program        462 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn6<OPENCL_FN_clGetProgramBuildInfo, cl_int, cl_program, cl_device_id, cl_program_build_info, size_t, void*, size_t*>::switch_fn;
cl_program        465 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetProgramInfo)(cl_program, cl_program_info, size_t, void*, size_t*) =
cl_program        466 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn5<OPENCL_FN_clGetProgramInfo, cl_int, cl_program, cl_program_info, size_t, void*, size_t*>::switch_fn;
cl_program        477 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_program (CL_API_CALL*clLinkProgram)(cl_context, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, void (CL_CALLBACK*) (cl_program, void*), void*, cl_int*) =
cl_program        478 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn9<OPENCL_FN_clLinkProgram, cl_program, cl_context, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, void (CL_CALLBACK*) (cl_program, void*), void*, cl_int*>::switch_fn;
cl_program        505 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clReleaseProgram)(cl_program) =
cl_program        506 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn1<OPENCL_FN_clReleaseProgram, cl_int, cl_program>::switch_fn;
cl_program        537 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clRetainProgram)(cl_program) =
cl_program        538 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn1<OPENCL_FN_clRetainProgram, cl_int, cl_program>::switch_fn;