Searched refs:clCompileProgram (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 2 clCompileProgram
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 10 #define clCompileProgram clCompileProgram_ macro 107 #undef clCompileProgram 108 #define clCompileProgram clCompileProgram_pfn macro 284 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device…
|
D | opencl_core_wrappers.hpp | 12 #undef clCompileProgram 13 #define clCompileProgram clCompileProgram_fn macro 14 inline cl_int clCompileProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, c… in clCompileProgram() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 225 cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uin… 227 …ruct DynamicFnEntry clCompileProgram_definition = { "clCompileProgram", (void**)&clCompileProgram};
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 775 clCompileProgram(cl_program /* program */,
|
D | cl.hpp | 390 #define __COMPILE_PROGRAM_ERR __ERR_STR(clCompileProgram) 4875 ::clCompileProgram( in compile()
|