Home
last modified time | relevance | path

Searched refs:clCreateProgramWithSource (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list14 clCreateProgramWithSource
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp22 #define clCreateProgramWithSource clCreateProgramWithSource_ macro
131 #undef clCreateProgramWithSource
132 #define clCreateProgramWithSource clCreateProgramWithSource_pfn macro
296 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, co…
Dopencl_core_wrappers.hpp48 #undef clCreateProgramWithSource
49 #define clCreateProgramWithSource clCreateProgramWithSource_fn macro
50 inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_… in clCreateProgramWithSource() function
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp29 clCreateProgramWithSource(cl_context ctx, cl_uint count, in clCreateProgramWithSource() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp273 cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, const char**, const size_t*…
275 …eProgramWithSource_definition = { "clCreateProgramWithSource", (void**)&clCreateProgramWithSource};
/external/mesa3d/include/CL/
Dcl.h635 clCreateProgramWithSource(cl_context /* context */,
Dcl.hpp287 #define __CREATE_PROGRAM_WITH_SOURCE_ERR __ERR_STR(clCreateProgramWithSource)
2408 object_ = ::clCreateProgramWithSource( in Program()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h738 clCreateProgramWithSource(cl_context /* context */,
Dcl.hpp383 #define __CREATE_PROGRAM_WITH_SOURCE_ERR __ERR_STR(clCreateProgramWithSource)
4586 object_ = ::clCreateProgramWithSource( in Program()
4621 object_ = ::clCreateProgramWithSource( in Program()
4655 object_ = ::clCreateProgramWithSource( in Program()
4694 object_ = ::clCreateProgramWithSource( in Program()
/external/opencv3/modules/core/src/
Docl.cpp1110 OCL_FUNC_P(cl_program, clCreateProgramWithSource,
3484 handle = clCreateProgramWithSource((cl_context)ctx.ptr(), 1, &srcptr, &srclen, &retval); in Impl()