Home
last modified time | relevance | path

Searched refs:clCreateProgramWithBuiltInKernels (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list13 clCreateProgramWithBuiltInKernels
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp21 #define clCreateProgramWithBuiltInKernels clCreateProgramWithBuiltInKernels_ macro
129 #undef clCreateProgramWithBuiltInKernels
130 #define clCreateProgramWithBuiltInKernels clCreateProgramWithBuiltInKernels_pfn macro
295 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_…
Dopencl_core_wrappers.hpp45 #undef clCreateProgramWithBuiltInKernels
46 #define clCreateProgramWithBuiltInKernels clCreateProgramWithBuiltInKernels_fn macro
47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* … in clCreateProgramWithBuiltInKernels() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp269 cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_id*…
271 …ls_definition = { "clCreateProgramWithBuiltInKernels", (void**)&clCreateProgramWithBuiltInKernels};
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h754 clCreateProgramWithBuiltInKernels(cl_context /* context */,
Dcl.hpp386 #define __CREATE_PROGRAM_WITH_BUILT_IN_KERNELS_ERR __ERR_STR(clCreateProgramWithBuiltInKernels)
4794 object_ = ::clCreateProgramWithBuiltInKernels( in Program()