Searched refs:clCreateProgramWithSource (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 14 clCreateProgramWithSource
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 22 #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…
|
D | opencl_core_wrappers.hpp | 48 #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/ |
D | program.cpp | 29 clCreateProgramWithSource(cl_context ctx, cl_uint count, in clCreateProgramWithSource() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 273 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/ |
D | cl.h | 635 clCreateProgramWithSource(cl_context /* context */,
|
D | cl.hpp | 287 #define __CREATE_PROGRAM_WITH_SOURCE_ERR __ERR_STR(clCreateProgramWithSource) 2408 object_ = ::clCreateProgramWithSource( in Program()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 738 clCreateProgramWithSource(cl_context /* context */,
|
D | cl.hpp | 383 #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/ |
D | ocl.cpp | 1110 OCL_FUNC_P(cl_program, clCreateProgramWithSource, 3484 handle = clCreateProgramWithSource((cl_context)ctx.ptr(), 1, &srcptr, &srclen, &retval); in Impl()
|